Show More
@@ -45,11 +45,11 b'' | |||
|
45 | 45 | </td> |
|
46 | 46 | <td class="td-hash"> |
|
47 | 47 | <code> |
|
48 | <i class="tooltip icon-clipboard clipboard-action" data-clipboard-text="${commit.raw_id}" title="${_('Copy the full commit id')}"></i> | |
|
49 | 48 | |
|
50 | 49 | <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=commit.raw_id)}"> |
|
51 | 50 | <span class="${'commit_hash obsolete' if getattr(commit, 'obsolete', None) else 'commit_hash'}">${h.show_id(commit)}</span> |
|
52 | 51 | </a> |
|
52 | <i class="tooltip icon-clipboard clipboard-action" data-clipboard-text="${commit.raw_id}" title="${_('Copy the full commit id')}"></i> | |
|
53 | 53 | % if hasattr(commit, 'phase'): |
|
54 | 54 | % if commit.phase != 'public': |
|
55 | 55 | <span class="tag phase-${commit.phase} tooltip" title="${_('Commit phase')}">${commit.phase}</span> |
@@ -35,8 +35,8 b'' | |||
|
35 | 35 | <span class="breadcrumbs files_location"> |
|
36 | 36 | <h4>${_('Commit')} |
|
37 | 37 | <code> |
|
38 | ${h.show_id(c.commit)} | |
|
38 | 39 | <i class="tooltip icon-clipboard clipboard-action" data-clipboard-text="${c.commit.raw_id}" title="${_('Copy the full commit id')}"></i> |
|
39 | ${h.show_id(c.commit)} | |
|
40 | 40 | % if hasattr(c.commit, 'phase'): |
|
41 | 41 | <span class="tag phase-${c.commit.phase} tooltip" title="${_('Commit phase')}">${c.commit.phase}</span> |
|
42 | 42 | % endif |
@@ -6,11 +6,11 b'' | |||
|
6 | 6 | <div class="info_box"> |
|
7 | 7 | ${h.hidden('refs_filter')} |
|
8 | 8 | <div class="info_box_elem previous"> |
|
9 |
<a id="prev_commit_link" data-commit-id="${c.prev_commit.raw_id}" class="pjax-link ${'disabled' if c.url_prev == '#' else ''}" href="${c.url_prev}" title="${_('Previous commit')}"><i class="icon- |
|
|
9 | <a id="prev_commit_link" data-commit-id="${c.prev_commit.raw_id}" class="pjax-link ${'disabled' if c.url_prev == '#' else ''}" href="${c.url_prev}" title="${_('Previous commit')}"><i class="icon-left"></i></a> | |
|
10 | 10 | </div> |
|
11 | 11 | <div class="info_box_elem">${h.text('at_rev',value=c.commit.revision)}</div> |
|
12 | 12 | <div class="info_box_elem next"> |
|
13 |
<a id="next_commit_link" data-commit-id="${c.next_commit.raw_id}" class="pjax-link ${'disabled' if c.url_next == '#' else ''}" href="${c.url_next}" title="${_('Next commit')}"><i class="icon- |
|
|
13 | <a id="next_commit_link" data-commit-id="${c.next_commit.raw_id}" class="pjax-link ${'disabled' if c.url_next == '#' else ''}" href="${c.url_next}" title="${_('Next commit')}"><i class="icon-right"></i></a> | |
|
14 | 14 | </div> |
|
15 | 15 | </div> |
|
16 | 16 | ${h.end_form()} |
@@ -15,7 +15,7 b'' | |||
|
15 | 15 | <tr class="parity0"> |
|
16 | 16 | <td class="td-componentname"> |
|
17 | 17 | <a href="${h.route_path('repo_files',repo_name=c.repo_name,commit_id=c.commit.raw_id,f_path=c.file.parent.path)}" class="pjax-link"> |
|
18 |
<i class="icon- |
|
|
18 | <i class="icon-directory"></i>.. | |
|
19 | 19 | </a> |
|
20 | 20 | </td> |
|
21 | 21 | <td></td> |
@@ -31,15 +31,15 b'' | |||
|
31 | 31 | <span class="submodule-dir"> |
|
32 | 32 | % if node.url.startswith('http://') or node.url.startswith('https://'): |
|
33 | 33 | <a href="${node.url}"> |
|
34 |
<i class="icon- |
|
|
34 | <i class="icon-directory browser-dir"></i>${node.name} | |
|
35 | 35 | </a> |
|
36 | 36 | % else: |
|
37 |
<i class="icon- |
|
|
37 | <i class="icon-directory browser-dir"></i>${node.name} | |
|
38 | 38 | % endif |
|
39 | 39 | </span> |
|
40 | 40 | % else: |
|
41 | 41 | <a href="${h.route_path('repo_files',repo_name=c.repo_name,commit_id=c.commit.raw_id,f_path=h.safe_unicode(node.path))}" class="pjax-link"> |
|
42 |
<i class="${'icon-file browser-file' if node.is_file() else 'icon- |
|
|
42 | <i class="${'icon-file-text browser-file' if node.is_file() else 'icon-directory browser-dir'}"></i>${node.name} | |
|
43 | 43 | </a> |
|
44 | 44 | % endif |
|
45 | 45 | </td> |
@@ -3,7 +3,12 b'' | |||
|
3 | 3 | <div id="codeblock" class="codeblock"> |
|
4 | 4 | <div class="codeblock-header"> |
|
5 | 5 | <div class="stats"> |
|
6 | <span> <strong>${c.file}</strong></span> | |
|
6 | <span> | |
|
7 | <strong> | |
|
8 | <i class="icon-file-text"></i> | |
|
9 | ${c.file} | |
|
10 | </strong> | |
|
11 | </span> | |
|
7 | 12 | % if c.lf_node: |
|
8 | 13 | <span title="${_('This file is a pointer to large binary file')}"> | ${_('LargeFile')} ${h.format_byte_size_binary(c.lf_node.size)} </span> |
|
9 | 14 | % endif |
General Comments 0
You need to be logged in to leave comments.
Login now