Show More
@@ -696,6 +696,14 b' div:hover > a.permalink {' | |||
|
696 | 696 | padding: 12px 9px 7px 24px; |
|
697 | 697 | } |
|
698 | 698 | |
|
699 | #header #header-inner #quick li ul li a.shortlog, #header #header-inner #quick li ul li a.shortlog:hover { | |
|
700 | background: #FFF url("../images/icons/clock_16.png") no-repeat 4px 9px; | |
|
701 | width: 167px; | |
|
702 | margin: 0; | |
|
703 | padding: 12px 9px 7px 24px; | |
|
704 | } | |
|
705 | ||
|
706 | ||
|
699 | 707 | #header #header-inner #quick li ul li a.delete, #header #header-inner #quick li ul li a.delete:hover { |
|
700 | 708 | background: #FFF url("../images/icons/delete.png") no-repeat 4px 9px; |
|
701 | 709 | width: 167px; |
@@ -221,6 +221,7 b'' | |||
|
221 | 221 | %if c.rhodecode_db_repo.fork: |
|
222 | 222 | <li>${h.link_to(_('compare fork'),h.url('compare_url',repo_name=c.repo_name,org_ref_type='branch',org_ref=request.GET.get('branch') or 'default',other_ref_type='branch',other_ref='default',repo=c.rhodecode_db_repo.fork.repo_name),class_='compare_request')}</li> |
|
223 | 223 | %endif |
|
224 | <li>${h.link_to(_('lightweight changelog'),h.url('shortlog_home',repo_name=c.repo_name),class_='shortlog')}</li> | |
|
224 | 225 | <li>${h.link_to(_('search'),h.url('search_repo',repo_name=c.repo_name),class_='search')}</li> |
|
225 | 226 | |
|
226 | 227 | %if h.HasRepoPermissionAny('repository.write','repository.admin')(c.repo_name) and c.rhodecode_db_repo.enable_locking: |
General Comments 0
You need to be logged in to leave comments.
Login now