Sha256: 89115ac658c691141ef1b56d00542a57b20d331d7c8f8845d3caebe97d9492cf
Contents?: true
Size: 826 Bytes
Versions: 1
Compression:
Stored size: 826 Bytes
Contents
.page-header .btn-group.pull-right =# link_to t('.edit'), edit_cms_fortress_role_path(@cms_fortress_role), :class => 'btn' = link_to t('cms.fortress.roles.load'), refresh_cms_fortress_role_path(@cms_fortress_role), :class => 'btn btn-primary', :method => :post = link_to t('cms.fortress.roles.back'), cms_fortress_roles_path, :class => 'btn btn-default' %h3= "Role: #{ @cms_fortress_role.name }" %p= @cms_fortress_role.description = form_for @cms_fortress_role, :html => {:class => ''} do |f| %table.table %tr %th %th Show %th Manage = f.fields_for :role_details do |role| %tr %td= role_display(role.object.command) %td= role.check_box :can_view %td= role.check_box :can_create .form-actions = f.submit 'Save', :class => 'btn btn-primary'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cms-fortress-1.2.0 | app/views/cms/fortress/roles/show.html.haml |