Sha256: a0606a38ceeb7a673f89ab152d27a9e901bd373eaa14b7beb9eb17287b85605b
Contents?: true
Size: 511 Bytes
Versions: 1
Compression:
Stored size: 511 Bytes
Contents
<table class="as-search"> <tr> <th><%= Trade::Promote.human_attribute_name(:scope) %></th> <td> <%= link_to t('.all'), filter_params(except: [:scope]), class: active_params(scope: '', active: 'button is-info', item: 'button is-light') %> <% Trade::Promote.options_i18n(:scope).each do |text, value| %> <%= link_to text, filter_params(scope: value), class: active_params(scope: 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_trade-0.0.3 | app/views/trade/admin/promotes/_filter_table.html.erb |