Page footer now includes link to my branch of Instiki.

This commit is contained in:
Jacques Distler 2007-03-05 09:32:53 -06:00
parent cf525b8bb9
commit 7cfa9bf1ba

View file

@ -66,7 +66,7 @@
<% if @show_footer %> <% if @show_footer %>
<div id="footer"> <div id="footer">
<div>This site is running on <a href="http://instiki.org/">Instiki</a> <%= "#{Instiki::VERSION::STRING}" %></div> <div>This site is running on <a href="http://instiki.org">Instiki</a> <a href="http://golem.ph.utexas.edu/instiki/show/HomePage"><%= "#{Instiki::VERSION::STRING}" %></a></div>
<div>Powered by <a href="http://rubyonrails.com/">Ruby on Rails</a> <%= "#{Rails::VERSION::STRING}" %></div> <div>Powered by <a href="http://rubyonrails.com/">Ruby on Rails</a> <%= "#{Rails::VERSION::STRING}" %></div>
</div> </div>
<% end %> <% end %>