Sha256: f58dbfa9577452290113631cb834dcf722b0ebb1764004ea1e40ed2008eb4b48

Contents?: true

Size: 1.17 KB

Versions: 4

Compression:

Stored size: 1.17 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/".
%>

<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

4 entries across 4 versions & 1 rubygems

Version Path
wontomedia-1.0.7 app/views/items/_most_populous_classes.html.erb
wontomedia-1.0.6 app/views/items/_most_populous_classes.html.erb
wontomedia-1.0.5 app/views/items/_most_populous_classes.html.erb
wontomedia-1.0.4 app/views/items/_most_populous_classes.html.erb