cleanup for IE and co.
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / about.tt
index 1ecc620..261b086 100644 (file)
@@ -1,15 +1,17 @@
-[% WRAPPER 'wrapper/sub_page.tt' %]
+[% WRAPPER 'wrapper/root.tt' %]
 
-    <h2>[% loc('about header') %]</h2>
-    <p>[% loc('about body') %]</p>
+    [% loc('about body') %]
+
+    <h3>[% loc('about new to moose header') %]</h3>
+    [% loc('about new to moose body') %]
 
     <h3>[% loc('about company list header') %]</h3>
-    <p>[% loc('about company list body') %]</p>
+    [% loc('about company list body') %]
 
     <ul>
-        [% FOREACH company IN current_page.data.companies %]
-            <li><a href="[% company.url %]">[% company.name %]</a></li>
-        [% END %]
+    [% FOREACH company IN current_page.data.companies.sort('name') %]
+        <li><a href="[% company.url %]">[% company.name %]</a></li>
+    [% END %]
     </ul>
 
 [% END %]
\ No newline at end of file