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