Sha256: 7766bf0e8f64278521a0f6107a16b5e4755d2aca6ee8442cd7a8133257aa5341
Contents?: true
Size: 1.92 KB
Versions: 2
Compression:
Stored size: 1.92 KB
Contents
.backgrounds.big-header %h1= @role.name .interact-links = link_to t('role.update.action').capitalize, [forgeos_core, :edit, :admin, @role], :class => 'backgrounds interact-button' = t('or') = link_to t('back_to_catalog').capitalize, [forgeos_core, :admin, :roles], :class => 'back-link' #content.grid_16.alpha.omega .grid_12.alpha .padding-wrap - right_categories = RightCategory.all(:include => :translations, :order => 'name' ) - right_categories.each do |right_category| - unless right_category.rights.nil? .fieldset %a.small-icons.panel{ :href => '#' } = right_category.name .option-panel-content .clear - right_category.rights.each do |right| %label= right.name .clear - rights = Right.all(:include => :categories, :conditions => { :categories => {:id => nil} }) - unless rights.nil? .fieldset %a.small-icons.panel{ :href => '#' } = t('other') .option-panel-content .clear .multi-select-div - rights.each do |right| .checkbox-container %label= right.name .clear #right-sidebar.grid_4.omega.alpha .step /= link_to t('role.duplicate').capitalize, [:duplicate, :admin, @role], :class => 'small-icons duplicate' = link_to t('user.destroy.action').capitalize, [forgeos_core, :admin, @role], :confirm => t('user.destroy.confirm').capitalize, :method => :delete, :class => 'small-icons delete' #role_show_attributed_to.step.open %a.small-icons.step-title{ :href => "#" } = t('role.attributed_to').capitalize .administrators-list - @role.administrators.each do |admin| .admin %span.small-icons.user-ico .user-name = link_to admin.fullname, [forgeos_core, :admin, admin] .clear
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
forgeos_core-1.9.5.rc2 | app/views/admin/roles/show.html.haml |
forgeos_core-1.9.5.rc1 | app/views/admin/roles/show.html.haml |