Page footer now includes link to my branch of Instiki.
This commit is contained in:
parent
cf525b8bb9
commit
7cfa9bf1ba
|
@ -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 %>
|
||||||
|
|
Loading…
Reference in a new issue