Link to source code more prominently.
authorBenjamin Mako Hill <mako@atdot.cc>
Mon, 6 Sep 2010 16:36:44 +0000 (12:36 -0400)
committerBenjamin Mako Hill <mako@atdot.cc>
Mon, 6 Sep 2010 18:40:50 +0000 (14:40 -0400)
I added a more prominent link to the source code.

app/views/layouts/_footer.rhtml

index f481c852a6b5f830f8dd7560cd8441e45717ae1f..27332f0c241ba0c80555e63407adc6661665b4d4 100644 (file)
@@ -1,5 +1,8 @@
   <div id="footer">
-       <a href="http://blog.selectricity.org/">Copyleft 2006, 2007</a> 
-       <a href="http://www.media.mit.edu">MIT Media Lab</a>, <%= link_to("Selectricity Team", :controller => 'about', :action => 'team') %>&nbsp;&nbsp;::&nbsp;&nbsp; 
+       Copyleft 2006-2010
+    (<a href="http://projects.mako.cc/source/selectricity/README">Source Available</a>)
+    <a href="http://civic.mit.edu">MIT Center for Future Civic Media</a>, 
+       <a href="http://www.media.mit.edu">MIT Media Lab</a>,
+    <%= link_to("Selectricity Team", :controller => 'about', :action => 'team') %>&nbsp;&nbsp;::&nbsp;&nbsp; 
     <a href="http://blog.selectricity.org/">Selectricity News Blog</a>
   </div>

Benjamin Mako Hill || Want to submit a patch?