Sha256: bc518e64b94017181ed5e64c27b030c6a7d6d3b0de04444c1d30aa6858b1c489

Contents?: true

Size: 387 Bytes

Versions: 6

Compression:

Stored size: 387 Bytes

Contents

<%= sidebar do %>
<%= sidebar_header 'Links' %>
<%= sidebar_item :icon => :users, :text => User.model_name.human(:count => 5), :path => users_path, :active => params[:action] == 'index', :perms => [:read, User] %>
<%= sidebar_item :icon => :user, :text => t('txt.views.users.new_link'), :path => new_user_path, :active => params[:action] == 'new', :perms => [:create, User] %>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
iqvoc-4.14.5 app/views/users/_sidebar.html.erb
iqvoc-4.14.4 app/views/users/_sidebar.html.erb
iqvoc-4.13.2 app/views/users/_sidebar.html.erb
iqvoc-4.13.0 app/views/users/_sidebar.html.erb
iqvoc-4.12.1 app/views/users/_sidebar.html.erb
iqvoc-4.12.0 app/views/users/_sidebar.html.erb