Renamed CSS and layout to move from the old name (HC) to the new name
[selectricity] / app / views / layouts / main.rhtml
similarity index 84%
rename from app/views/layouts/hc.rhtml
rename to app/views/layouts/main.rhtml
index c04eb87b058656a5bbd00ff1b173deefd302215a..0b9d5cb9d5f2a18494ff4392da386561273525e2 100644 (file)
@@ -2,7 +2,7 @@
 <html>
     <head>
         <title><%= @page_title || "Selectricity" %></title>
-        <%= stylesheet_link_tag "hc", :media => "all" %>
+        <%= stylesheet_link_tag "main", :media => "all" %>
  
         <%= javascript_include_tag "prototype", "effects", "dragdrop", "controls" %>
     </head>
@@ -29,7 +29,6 @@
              <% end %>
              
             <%= link_to("Help/About", :controller => "site", :action => "about") %>
-            <%= link_to( "Home", :controller => 'site', :action => 'index' )%>
            </div>
         </div>
         
 
         <div id="footer">
           <hr />
-         <%= link_to "Copyleft", "http://mako.cc/projects/selectricity"
-         %> 2006, 2007 |
-         <%= link_to "MIT Media Lab", "http://www.media.mit.edu" %> and
-         <a href="http://mako.cc">Benjamin Mako Hill</a>
+         <%= link_to "Copyleft", "http://code.selectricity.org/"
+         %> 2006, 2007 |
+         <%= link_to "MIT Media Lab", "http://www.media.mit.edu" %> and the
+         <a href="http://code.selectricity.org/team">Selectricity Team</a>
        </div>
 
     </body>

Benjamin Mako Hill || Want to submit a patch?