Sha256: d5b1fd7bb8b1c93120ed8055db3cf732127feab93e1aca8e4915e830d23cac4e
Contents?: true
Size: 531 Bytes
Versions: 1
Compression:
Stored size: 531 Bytes
Contents
<table class="as-search"> <tr> <th><%= Member.human_attribute_name(:organ_id) %></th> <td> <%= link_to t('.all'), filter_params(except: [:organ_id]), class: active_params(organ_id: '', active: 'button is-info', item: 'button is-light') %> <% Organ.all.each do |organ| %> <%= link_to "#{organ.name}(#{organ.members_count})", filter_params(organ_id: organ.id), class: active_params(organ_id: organ.id, active: 'button is-info', item: 'button is-light') %> <% end %> </td> </tr> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_org-0.0.1 | app/views/org/members/_filter_table.html.erb |