<% content_for :head do %> <%= javascript_include_tag "application","authentication_global" %> <%= stylesheet_link_tag "authentication_global",:media => "all" %> <% end %>
<% @roles.each do |role| %>
<%= role.title %> was added about
<% unless role.title == "superuser" %> <%= link_to image_tag("/assets/icons/delete.png" ,:alt=> "user_delete" ,:height => "16 px" ,:width => "16 px;"), role ,:confirm => "Are you sure u want to remove #{role.title} ?", :method => :delete %> <%= link_to image_tag("/assets/icons/application_edit.png" ,:alt=> "User_edit" ,:height => "16 px" ,:width => "16 px;"), edit_role_path(role) %> <% end %>
<% end %>

Quick tasks

Add new role