Sha256: a85079c6d9b72f2521d1d3c83d6afbd7da950c378785324aa2a921ad50471c98

Contents?: true

Size: 887 Bytes

Versions: 3

Compression:

Stored size: 887 Bytes

Contents

<div class="page_entries">
  <%= page_entries_info @features, :entry_name => 'features' %>
</div>

<div id="content">
  <table border="0" class="logs">
    <thead>
      <tr>
        <th width="25%">Feature</th>
        <th align='right' width="5%">Totals</th>
      <tr>
    </thead>
    <tbody>
      <% count=0;@features.each do |row| %>
        <% color = count % 2 == 0 ? 'transparent' : 'transparent url(/images/fade.png) repeat-x' %>
        <tr style="background:<%=color%>">
          <td><%=link_to display_context( row[:name] ), "/logs/feature/#{row[:fid]}", :class => 'nav_link'%></td>
          <td align="right"><b><%=row[:total]%></b></td>
        </tr>
      <% count+=1;end %>
    </tbody>
  </table>
</div>
<div class="pages">
  <%= will_paginate @features, :previous_label => "&nbsp;&nbsp;", :next_label => "&nbsp;&nbsp;", :params => { :url => "/features" } %>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wackamole-0.1.4 views/features/_rows.erb
wackamole-0.1.3 views/features/_rows.erb
wackamole-0.1.2 views/features/_rows.erb