Show More
@@ -2883,7 +2883,7 b' div.options a:hover' | |||
|
2883 | 2883 | } |
|
2884 | 2884 | |
|
2885 | 2885 | #graph_content .container .left .message { |
|
2886 |
font-size: |
|
|
2886 | font-size: 100%; | |
|
2887 | 2887 | } |
|
2888 | 2888 | |
|
2889 | 2889 | .right div { |
@@ -69,11 +69,11 b'' | |||
|
69 | 69 | revision=filenode.changeset.raw_id,f_path=filenode.path))} |
|
70 | 70 | </span> |
|
71 | 71 | %if 1: |
|
72 |
» <span |
|
|
72 | » <span>${h.link_to(_('diff'), | |
|
73 | 73 | h.url('files_diff_home',repo_name=c.repo_name,f_path=filenode.path,diff2=cs2,diff1=cs1,diff='diff'))}</span> |
|
74 |
» <span |
|
|
74 | » <span>${h.link_to(_('raw diff'), | |
|
75 | 75 | h.url('files_diff_home',repo_name=c.repo_name,f_path=filenode.path,diff2=cs2,diff1=cs1,diff='raw'))}</span> |
|
76 |
» <span |
|
|
76 | » <span>${h.link_to(_('download diff'), | |
|
77 | 77 | h.url('files_diff_home',repo_name=c.repo_name,f_path=filenode.path,diff2=cs2,diff1=cs1,diff='download'))}</span> |
|
78 | 78 | %endif |
|
79 | 79 | </div> |
@@ -26,11 +26,11 b'' | |||
|
26 | 26 | <div> |
|
27 | 27 | <span>${h.link_to(c.f_path,h.url('files_home',repo_name=c.repo_name, |
|
28 | 28 | revision=c.diff2.split(':')[1],f_path=c.f_path))}</span> |
|
29 |
» <span |
|
|
29 | » <span>${h.link_to(_('diff'), | |
|
30 | 30 | h.url.current(diff2=c.diff2.split(':')[-1],diff1=c.diff1.split(':')[-1],diff='diff'))}</span> |
|
31 |
» <span |
|
|
31 | » <span>${h.link_to(_('raw diff'), | |
|
32 | 32 | h.url.current(diff2=c.diff2.split(':')[-1],diff1=c.diff1.split(':')[-1],diff='raw'))}</span> |
|
33 |
» <span |
|
|
33 | » <span>${h.link_to(_('download diff'), | |
|
34 | 34 | h.url.current(diff2=c.diff2.split(':')[-1],diff1=c.diff1.split(':')[-1],diff='download'))}</span> |
|
35 | 35 | </div> |
|
36 | 36 | </div> |
@@ -39,7 +39,7 b'' | |||
|
39 | 39 | <div id="body" class="codeblock"> |
|
40 | 40 | <div class="code-header"> |
|
41 | 41 | <div class="revision">${c.file.name}@r${c.file.last_changeset.revision}:${c.file.last_changeset._short}</div> |
|
42 |
<div class="commit" |
|
|
42 | <div class="commit">"${c.file_msg}"</div> | |
|
43 | 43 | </div> |
|
44 | 44 | <div class="code-body"> |
|
45 | 45 | ${h.pygmentize_annotation(c.file,linenos=True,anchorlinenos=True,lineanchors='S',cssclass="code-highlight")} |
@@ -23,7 +23,7 b'' | |||
|
23 | 23 | <div id="body" class="codeblock"> |
|
24 | 24 | <div class="code-header"> |
|
25 | 25 | <div class="revision">${c.files_list.name}@r${c.files_list.last_changeset.revision}:${c.files_list.last_changeset._short}</div> |
|
26 |
<div class="commit" |
|
|
26 | <div class="commit">"${c.files_list.last_changeset.message}"</div> | |
|
27 | 27 | </div> |
|
28 | 28 | <div class="code-body"> |
|
29 | 29 | ${h.pygmentize(c.files_list,linenos=True,anchorlinenos=True,lineanchors='S',cssclass="code-highlight")} |
General Comments 0
You need to be logged in to leave comments.
Login now