Sha256: d597fd9540e805b3aa57a23e1b068f645a6ad8d62d88f5535f3930a05c97e5a4

Contents?: true

Size: 326 Bytes

Versions: 23

Compression:

Stored size: 326 Bytes

Contents

<div class="btn-group">
  <% @btns.each do |status, value| %>
        <%# (status.to_s == "private")? value = "#{t('admin.table.private')}" : value=value %>
        <%= link_to "#{value}", {action: :index, s: status, q: params[:q] }, class: "btn btn-default #{ "btn-info" if status.to_s == params[:s] }" %>
  <% end  %>
</div>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
camaleon_cms-1.1.0 app/views/admin/posts/_filter_posts.html.erb
camaleon_cms-1.0.9 app/views/admin/posts/_filter_posts.html.erb
camaleon_cms-1.0.8 app/views/admin/posts/_filter_posts.html.erb
camaleon_cms-1.0.7 app/views/admin/posts/_filter_posts.html.erb
camaleon_cms-1.0.6 app/views/admin/posts/_filter_posts.html.erb
camaleon_cms-1.0.5 app/views/admin/posts/_filter_posts.html.erb
camaleon_cms-1.0.4 app/views/admin/posts/_filter_posts.html.erb
camaleon_cms-1.0.3 app/views/admin/posts/_filter_posts.html.erb
camaleon_cms-1.0.2 app/views/admin/posts/_filter_posts.html.erb
camaleon_cms-1.0.1 app/views/admin/posts/_filter_posts.html.erb
camaleon_cms-1.0 app/views/admin/posts/_filter_posts.html.erb
camaleon_cms-0.2.1 app/views/admin/posts/_filter_posts.html.erb
camaleon_cms-0.2.0 app/views/admin/posts/_filter_posts.html.erb
camaleon_cms-0.1.9 app/views/admin/posts/_filter_posts.html.erb
camaleon_cms-0.1.8 app/views/admin/posts/_filter_posts.html.erb
camaleon_cms-0.1.7 app/views/admin/posts/_filter_posts.html.erb
camaleon_cms-0.1.6 app/views/admin/posts/_filter_posts.html.erb
camaleon_cms-0.1.5 app/views/admin/posts/_filter_posts.html.erb
camaleon_cms-0.1.4 app/views/admin/posts/_filter_posts.html.erb
camaleon_cms-0.1.3 app/views/admin/posts/_filter_posts.html.erb