diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -2309,4 +2309,11 @@ div#legend_container table td,div#legend border:none !important; height:20px !important; padding:0 !important; -} \ No newline at end of file +} + +#q_filter{ +border: 0px; +color:#CDCDCD; +padding-left:3px +} + diff --git a/rhodecode/templates/base/base.html b/rhodecode/templates/base/base.html --- a/rhodecode/templates/base/base.html +++ b/rhodecode/templates/base/base.html @@ -270,8 +270,10 @@ ## ## ## +## + %def> diff --git a/rhodecode/templates/index.html b/rhodecode/templates/index.html --- a/rhodecode/templates/index.html +++ b/rhodecode/templates/index.html @@ -27,7 +27,9 @@
| ${get_sort(_('Name'))} | @@ -50,61 +52,108 @@${_('Atom')} | |||||
|---|---|---|---|---|---|---|
|
- %if repo['repo'].dbrepo.repo_type =='hg':
- |
- - ${h.truncate(repo['description'],60)} - | -- ${h.age(repo['last_change'])} - | -- %if repo['rev']>=0: - ${h.link_to('r%s:%s' % (repo['rev'],h.short_id(repo['tip'])), - h.url('changeset_home',repo_name=repo['name'],revision=repo['tip']), - class_="tooltip", - tooltip_title=h.tooltip(repo['last_msg']))} - %else: - ${_('No changesets yet')} - %endif - | -${h.person(repo['contact'])} | -- - | -- - | -