##// END OF EJS Templates
spelling fixes
marcink -
r271:0d809e72 default
parent child Browse files
Show More
@@ -62,7 +62,7 b' from pylons_app.lib import filters'
62 62 </div>
63 63 %endif
64 64 %for p_cs in reversed(cs.parents):
65 <div class="parent">${_('Parrent')} ${p_cs.revision}: ${h.link_to(p_cs.raw_id,
65 <div class="parent">${_('Parent')} ${p_cs.revision}: ${h.link_to(p_cs.raw_id,
66 66 h.url('changeset_home',repo_name=c.repo_name,revision=p_cs.raw_id),title=p_cs.message)}
67 67 </div>
68 68 %endfor
@@ -46,7 +46,7 b' from pylons_app.lib import filters'
46 46 </div>
47 47 %endif
48 48 %for p_cs in reversed(c.changeset.parents):
49 <div class="parent">${_('Parrent')} ${p_cs.revision}: ${h.link_to(p_cs.raw_id,
49 <div class="parent">${_('Parent')} ${p_cs.revision}: ${h.link_to(p_cs.raw_id,
50 50 h.url('changeset_home',repo_name=c.repo_name,revision=p_cs.raw_id),title=p_cs.message)}
51 51 </div>
52 52 %endfor
General Comments 0
You need to be logged in to leave comments. Login now