Changeset - 0d809e72b357
[Not reviewed]
default
0 2 0
Marcin Kuzminski - 15 years ago 2010-06-08 19:32:39
marcin@python-works.com
spelling fixes
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pylons_app/templates/changelog/changelog.html
Show inline comments
 
@@ -62,7 +62,7 @@ from pylons_app.lib import filters
 
							</div>
 
							%endif						
 
						%for p_cs in reversed(cs.parents):
 
							<div class="parent">${_('Parrent')} ${p_cs.revision}: ${h.link_to(p_cs.raw_id,
 
							<div class="parent">${_('Parent')} ${p_cs.revision}: ${h.link_to(p_cs.raw_id,
 
								h.url('changeset_home',repo_name=c.repo_name,revision=p_cs.raw_id),title=p_cs.message)}
 
							</div>
 
						%endfor								
pylons_app/templates/changeset/changeset.html
Show inline comments
 
@@ -46,7 +46,7 @@ from pylons_app.lib import filters
 
				</div>
 
				%endif						
 
				%for p_cs in reversed(c.changeset.parents):
 
					<div class="parent">${_('Parrent')} ${p_cs.revision}: ${h.link_to(p_cs.raw_id,
 
					<div class="parent">${_('Parent')} ${p_cs.revision}: ${h.link_to(p_cs.raw_id,
 
						h.url('changeset_home',repo_name=c.repo_name,revision=p_cs.raw_id),title=p_cs.message)}
 
					</div>
 
				%endfor								
0 comments (0 inline, 0 general)