Fixed a couple of bugs.
[catagits/Gitalist.git] / root / index.tt2
index 4cdf3da..1304e7f 100644 (file)
@@ -40,7 +40,7 @@
         <td><a class="list" href="[% c.uri_for('/summary', {p=p.name}) %]">[% p.name %]</a></td>
         <td><a class="list" title="[% p.description %]" href="[% c.uri_for('/summary', {p=p.name} ) %]">[% p.description.split(' ').slice(0, 10).join(' ') %]</a></td>
         <td>[% p.owner %]</td>
-        <td class="age2">[% time_since(p.last_change) %]</td>
+        <td class="time-since">[% time_since(p.last_change) %]</td>
         <td class="link"><a href="[% c.uri_for("summary", {p=p.name}) %]">summary</a>
             | <a href="[% c.uri_for("shortlog", {p=p.name}) %]">shortlog</a>
             | <a href="[% c.uri_for("log", {p=p.name}) %]">log</a>