Sha256: 784f09f560414b43a56ed4440675f491d2e09cbda7d4e964a19727c55e5c61f3
Contents?: true
Size: 1.17 KB
Versions: 5
Compression:
Stored size: 1.17 KB
Contents
<% # WontoMedia - a wontology web application # Copyright (C) 2010 - 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/". %> <style> #class-item-list { padding-left: 1.3em; font-size: 110%; } #class-item-list li { color: yellow; margin-bottom: 0.8ex; } #class-item-list li span { color: black; } </style> <h2 class="subheading">Most Used</h2> <ul id="class-item-list"><% @class_list.each do |item| %> <li><span> <%= link_to "#{h filter_parenthetical item.title}", item_by_name_path(item.name) %> </span></li><% end %> </ul>
Version data entries
5 entries across 5 versions & 1 rubygems