Sha256: 4107e288d39c1cd2da3c93d629353db279f7d04a7e93ca85c2ede14ae09640f7
Contents?: true
Size: 1.2 KB
Versions: 4
Compression:
Stored size: 1.2 KB
Contents
<% # WontoMedia - a wontology web application # Copyright (C) 2011 - Glen E. Ivey # www.wontology.com # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License version # 3 as published by the Free Software Foundation. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program in the file COPYING and/or LICENSE. If not, # see "http://www.gnu.org/licenses/". %> <div id="block-navigation" class="box"> <ul style="margin: 0; margin-bottom: 0.6ex; padding: 0; padding-left: 1.5em;"> <li><%= link_to "Add Content", site_content_url("Contributing") -%></li> <li><%= link_to "About this site", site_content_url("About") -%></li> <%= yield %> <li> <span style="font-size: 60%">powered by</span> <%= link_to "WontoMedia", "#{WontoMedia.help_url_prefix}WontoMedia" -%></li> </ul> </div>
Version data entries
4 entries across 4 versions & 1 rubygems