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 16:36:44 +0000 (12:36 -0400)
I added a more prominent link to the source code.

app/views/layouts/_footer.rhtml

index d9747b8c774fba6807bd61c38dd6a679ba9bab0a..27332f0c241ba0c80555e63407adc6661665b4d4 100644 (file)
@@ -1,5 +1,6 @@
   <div id="footer">
-       <a href="http://blog.selectricity.org/">Copyleft 2006-2009</a> 
+       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; 

Benjamin Mako Hill || Want to submit a patch?