Show More
@@ -9,7 +9,7 | |||
|
9 | 9 | <span style="font-size: 20px"> <b>${f.user.username}</b> (${f.user.name} ${f.user.lastname})</span> |
|
10 | 10 | </div> |
|
11 | 11 | <div style="clear:both;padding-top: 10px"></div> |
|
12 |
<div class="follower_date">${_('Started following')} |
|
|
12 | <div class="follower_date">${_('Started following -')} | |
|
13 | 13 | <span class="tooltip" title="${f.follows_from}"> ${h.age(f.follows_from)}</span></div> |
|
14 | 14 | <div style="border-bottom: 1px solid #DDD;margin:10px 0px 10px 0px"></div> |
|
15 | 15 | </div> |
@@ -1,7 +1,7 | |||
|
1 | 1 | ## -*- coding: utf-8 -*- |
|
2 | 2 | |
|
3 | 3 | <li class="qfilter_rs"> |
|
4 |
<input type="text" style="border:0" value="quick filter..." name="filter" size=" |
|
|
4 | <input type="text" style="border:0" value="${_('quick filter...')}" name="filter" size="20" id="q_filter_rs" /> | |
|
5 | 5 | </li> |
|
6 | 6 | |
|
7 | 7 | %for repo in c.repos_list: |
General Comments 0
You need to be logged in to leave comments.
Login now