13 lines
492 B
Plaintext
13 lines
492 B
Plaintext
.block
|
|
.secondary-navigation
|
|
%ul.wat-cf
|
|
%li.first= link_to t("layout.roles.list"), roles_path
|
|
%li= link_to t("layout.roles.new"), new_role_path
|
|
%li.active= link_to t("layout.roles.edit"), edit_role_path
|
|
.content
|
|
%h2.title= t("layout.roles.edit_header")
|
|
.inner
|
|
= form_for @role, :url => role_path(@role), :html => { :class => :form } do |f|
|
|
= render :partial => "form", :locals => {:f => f}
|
|
- content_for :sidebar, render(:partial => 'sidebar')
|