Running on Rails footer shows only on the wiki/page view

This commit is contained in:
Alexey Verkhovsky 2005-04-03 06:15:53 +00:00
parent 8aac533614
commit cad124dbb5
2 changed files with 7 additions and 7 deletions

View file

@ -69,14 +69,8 @@
<%= render 'navigation' unless @web.nil? || @hide_navigation %>
<%= @content_for_layout %>
<div id="footer">
<hr/>
<p>This site is running on <a href="http://instiki.org/">Instiki</a></p>
<br/>
<p>Powered by <a href="http://rubyonrails.com/">Ruby on Rails</a></p>
</div>
</div> <!-- Content -->
</div> <!-- Container -->
</body>

View file

@ -95,6 +95,12 @@
<% end %>
</div>
<div id="footer">
<p>This site is running on <a href="http://instiki.org/">Instiki</a></p>
<br/>
<p>Powered by <a href="http://rubyonrails.com/">Ruby on Rails</a></p>
</div>
<script language="Javascript">
function toggleChanges() {
if (document.getElementById("changes").style.display == "none") {