Sha256: 22317555628b01a2fb0cf7e13821ab40e66146bfdd1f6f0720e8dcf19ab97a53
Contents?: true
Size: 507 Bytes
Versions: 1
Compression:
Stored size: 507 Bytes
Contents
<table class="as-search"> <tr> <th><%= Org::Department.human_attribute_name(:type) %></th> <td> <%= link_to t('.all'), filter_params(except: [:type]), class: active_params(type: '', active: 'button is-info', item: 'button is-light') %> <% Org::Department.options_i18n(:type).each do |text, value| %> <%= link_to text, filter_params(type: value), class: active_params(type: value, 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/admin/departments/_filter_table.html.erb |