Show More
@@ -50,24 +50,23 b' from pylons_app.lib import filters' | |||||
50 | %endfor |
|
50 | %endfor | |
51 | </span> |
|
51 | </span> | |
52 | </div> |
|
52 | </div> | |
53 |
|
|
53 | <div class="right"> | |
54 | <span class="removed" title="${_('removed')}">${len(cs.removed)}</span> |
|
54 | <div class="changes"> | |
55 |
<span class=" |
|
55 | <span class="removed" title="${_('removed')}">${len(cs.removed)}</span> | |
56 |
<span class=" |
|
56 | <span class="changed" title="${_('changed')}">${len(cs.changed)}</span> | |
57 | </div> |
|
57 | <span class="added" title="${_('added')}">${len(cs.added)}</span> | |
58 | <div class="right"> |
|
58 | </div> | |
59 | %if len(cs.parents)>1: |
|
59 | %if len(cs.parents)>1: | |
60 | <div class="merge"> |
|
60 | <div class="merge"> | |
61 | ${_('merge')} |
|
61 | ${_('merge')}<img alt="merge" src="/images/icons/arrow_join.png"> | |
62 | <img alt="merge" src="/images/icons/arrow_join.png"> |
|
62 | </div> | |
63 | </div> |
|
63 | %endif | |
64 | %endif |
|
|||
65 | %for p_cs in reversed(cs.parents): |
|
64 | %for p_cs in reversed(cs.parents): | |
66 | <div class="parent">${_('Parrent')} ${p_cs.revision}: ${h.link_to(p_cs.raw_id, |
|
65 | <div class="parent">${_('Parrent')} ${p_cs.revision}: ${h.link_to(p_cs.raw_id, | |
67 | h.url('changeset_home',repo_name=c.repo_name,revision=p_cs.raw_id), |
|
66 | h.url('changeset_home',repo_name=c.repo_name,revision=p_cs.raw_id),title=p_cs.message)} | |
68 | title=p_cs.message)}</div> |
|
67 | </div> | |
69 | %endfor |
|
68 | %endfor | |
70 |
|
|
69 | </div> | |
71 | </div> |
|
70 | </div> | |
72 |
|
71 | |||
73 | %endfor |
|
72 | %endfor |
General Comments 0
You need to be logged in to leave comments.
Login now