Further work on sorting out the style and content.
[catagits/Gitalist.git] / root / nav / actions.tt2
index 99988de..63da65a 100644 (file)
@@ -1,9 +1,9 @@
-<div id='commit-nav'>
-    <a href="[% c.uri_for('summary') %]">summary</a> |
-    <a href="[% c.uri_for('shortlog', {h=object.sha1}) %]">shortlog</a> |
-    <a href="[% c.uri_for('log', {h=object.sha1}) %]">log</a> |
-    <a href="[% c.uri_for('commit', {h=object.sha1}) %]">commit</a> |
-    <a href="[% c.uri_for('commitdiff', {h=object.sha1}) %]">commitdiff</a> |
+<div class='actions'>
+    <a href="[% c.uri_for('summary') %]">summary</a> •
+    <a href="[% c.uri_for('shortlog', {h=object.sha1}) %]">shortlog</a> •
+    <a href="[% c.uri_for('log', {h=object.sha1}) %]">log</a> •
+    <a href="[% c.uri_for('commit', {h=object.sha1}) %]">commit</a> •
+    <a href="[% c.uri_for('commitdiff', {h=object.sha1}) %]">commitdiff</a> •
     <a href="[% c.uri_for('tree', {h=object.tree_sha1, hb=object.sha1}) %]">tree</a>
-     [% INCLUDE '_chroma_hash.tt2' sha1 = object.sha1 %]
+    <div class='chroma-hash'>[% INCLUDE '_chroma_hash.tt2' sha1 = object.sha1 %]</div>
 </div>