Sha256: 141bc01f30a62d1473837ed7f00cb9e3be4116fa5ba7493c0742d6908df9f2cd
Contents?: true
Size: 335 Bytes
Versions: 18
Compression:
Stored size: 335 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' %> <%= sidebar_item :icon => :user, :text => t('txt.views.users.new_link'), :path => new_user_path, :active => params[:action] == 'new' %> <% end %>
Version data entries
18 entries across 18 versions & 1 rubygems