diff --git a/pylons_app/templates/changelog/changelog.html b/pylons_app/templates/changelog/changelog.html --- a/pylons_app/templates/changelog/changelog.html +++ b/pylons_app/templates/changelog/changelog.html @@ -30,8 +30,12 @@
${h.form(h.url.current(),method='get')} - ${_('Show')}: ${h.text('size',size=2,value=c.size)} ${_('revisions')} - ${h.submit('','set')} +
+ ${_('Show')}: + ${h.text('size',size=2,value=c.size)} + ${_('revisions')} + ${h.submit('set',_('set'))} +
${h.end_form()}
%for cnt,cs in enumerate(c.pagination): @@ -39,7 +43,7 @@
${_('commit')} ${cs.revision}: ${cs.raw_id}@${cs.date}
${cs.author}
-
+
${h.link_to(h.wrap_paragraphs(cs.message), h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}
@@ -58,7 +62,7 @@
%if len(cs.parents)>1:
- ${_('merge')}merge + ${_('merge')}merge
%endif %for p_cs in reversed(cs.parents):