Change other uses of 'project' to 'repository'.
[catagits/Gitalist.git] / root / index.tt2
index 428e932..9d1544d 100644 (file)
@@ -5,10 +5,10 @@
    </p>
   </form>
 
-  <table class="project_list">
+  <table class="repository_list">
     <thead>
        <tr>
-           <th>Project</th>
+           <th>Repository</th>
            <!-- XXX These do nothing presently -->
            <th><a class="header" href="/?o=descr">Description</a></th>
            <th><a class="header" href="/?o=owner">Owner</a></th>
@@ -18,7 +18,7 @@
     </thead>
     <tfoot>
        <tr>
-           <td>Project</td>
+           <td>Repository</td>
            <!-- XXX These do nothing presently -->
            <td><a href="/?o=descr">Description</a></td>
            <td><a href="/?o=owner">Owner</a></td>
@@ -28,7 +28,7 @@
     </tfoot>
 
     <tbody class='listing'>
-      [% FOR p IN projects %]
+      [% FOR p IN repositories %]
        <tr>
            <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} ) %]">[% abridged_description(p.description)  %]</a></td>