Show More
@@ -21,10 +21,7 b'' | |||
|
21 | 21 | </div> |
|
22 | 22 | <div class="right-content"> |
|
23 | 23 | <div class="tags tags-main"> |
|
24 | <code> | |
|
25 | <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=c.commit.raw_id)}">${h.show_id(c.commit)}</a> | |
|
26 | </code> | |
|
27 | ||
|
24 | <code><a href="${h.url('changeset_home',repo_name=c.repo_name,revision=c.commit.raw_id)}">${h.show_id(c.commit)}</a></code> | |
|
28 | 25 | ${file_base.refs(c.commit)} |
|
29 | 26 | </div> |
|
30 | 27 | </div> |
@@ -36,9 +33,7 b'' | |||
|
36 | 33 | </div> |
|
37 | 34 | <div class="right-content"> |
|
38 | 35 | <div class="tags"> |
|
39 | <code> | |
|
40 | <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=c.file_last_commit.raw_id)}">${h.show_id(c.file_last_commit)}</a> | |
|
41 | </code> | |
|
36 | <code><a href="${h.url('changeset_home',repo_name=c.repo_name,revision=c.file_last_commit.raw_id)}">${h.show_id(c.file_last_commit)}</a></code> | |
|
42 | 37 | |
|
43 | 38 | ${file_base.refs(c.file_last_commit)} |
|
44 | 39 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now