Running on Rails footer shows only on the wiki/page view
This commit is contained in:
parent
8aac533614
commit
cad124dbb5
2 changed files with 7 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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") {
|
||||
|
|
Loading…
Add table
Reference in a new issue