diff --git a/pylons_app/public/css/monoblue_custom.css b/pylons_app/public/css/monoblue_custom.css --- a/pylons_app/public/css/monoblue_custom.css +++ b/pylons_app/public/css/monoblue_custom.css @@ -677,8 +677,8 @@ p.files { /** end of file **/ /** changeset **/ #changeset_content { - width: 60%; - float: left; + border:1px solid #CCCCCC; + padding:5px; } #changeset_content .container .wrapper { @@ -686,7 +686,6 @@ p.files { } #changeset_content .container { - border: 1px solid #CCCCCC; height: 120px; } @@ -716,7 +715,7 @@ p.files { } .cs_files { - width: 60%; + } .cs_files .cs_added { diff --git a/pylons_app/templates/changeset/changeset.html b/pylons_app/templates/changeset/changeset.html --- a/pylons_app/templates/changeset/changeset.html +++ b/pylons_app/templates/changeset/changeset.html @@ -25,9 +25,7 @@
${_('Date')}: ${c.changeset.date}
${_('Author')}: ${c.changeset.author}
-
- ${h.wrap_paragraphs(c.changeset.message)} -
+
${h.wrap_paragraphs(c.changeset.message)}
@@ -48,16 +46,15 @@
%endfor - + + ${_('Files affected')} +
+ %for change,filenode,diff,cs1,cs2 in c.changes: +
${h.link_to(filenode.path,h.url.current(anchor='CHANGE-%s'%filenode.path))}
+ %endfor +
- -
-
- %for change,filenode,diff,cs1,cs2 in c.changes: -
${h.link_to(filenode.path,h.url.current(anchor='CHANGE-%s'%filenode.path))}
- %endfor -
- + %for change,filenode,diff,cs1,cs2 in c.changes: %if change !='removed':