[mb-commits] r11092 - mb_server/branches/TemplateToolkit/root/components

root at musicbrainz.org root at musicbrainz.org
Tue Jan 20 13:36:19 UTC 2009


Author: luks
Date: 2009-01-20 13:36:19 +0000 (Tue, 20 Jan 2009)
New Revision: 11092

Modified:
   mb_server/branches/TemplateToolkit/root/components/aliases.tt
Log:
Remove "Last used" and "Times used" colums from the list of aliases.

Patch by BrianFreud, closes #4511


Modified: mb_server/branches/TemplateToolkit/root/components/aliases.tt
===================================================================
--- mb_server/branches/TemplateToolkit/root/components/aliases.tt	2009-01-20 13:07:42 UTC (rev 11091)
+++ mb_server/branches/TemplateToolkit/root/components/aliases.tt	2009-01-20 13:36:19 UTC (rev 11092)
@@ -7,16 +7,12 @@
     <thead>
         <tr>
             <th>Alias</th>
-            <th>Times Used</th>
-            <th>Last Used</th>
         </tr>
     </thead>
-    <tbody> 
+    <tbody>
     [%- FOREACH alias IN aliases -%]
         <tr>
             <td>[% alias.name | html %]</td>
-            <td>[% alias.times_used | html %]</td>
-            <td>-</td>
             [% IF c.user_exists %]
                 <td>
                 [% links = [




More information about the MusicBrainz-commits mailing list