<%= notice %>

Name: <%= @role.name %>

<%= link_to_if(can?(:edit, Role), 'Edit', edit_role_path(@role)) %> | <%= link_to 'Back', roles_path %>