Show More
@@ -7,10 +7,6 b'' | |||||
7 | </%def> |
|
7 | </%def> | |
8 |
|
8 | |||
9 | <%def name="breadcrumbs_links()"> |
|
9 | <%def name="breadcrumbs_links()"> | |
10 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
|||
11 | » |
|
|||
12 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} |
|
|||
13 | » |
|
|||
14 | ${_('changeset')} - <span class='hash'>r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)}</span> |
|
10 | ${_('changeset')} - <span class='hash'>r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)}</span> | |
15 | </%def> |
|
11 | </%def> | |
16 |
|
12 | |||
@@ -19,6 +15,7 b'' | |||||
19 | </%def> |
|
15 | </%def> | |
20 |
|
16 | |||
21 | <%def name="main()"> |
|
17 | <%def name="main()"> | |
|
18 | ${self.context_bar('changelog')} | |||
22 | <div class="box"> |
|
19 | <div class="box"> | |
23 | <!-- box / title --> |
|
20 | <!-- box / title --> | |
24 | <div class="title"> |
|
21 | <div class="title"> |
General Comments 0
You need to be logged in to leave comments.
Login now