Sha256: b9e89d42761fbac31f93724e5aa3353a16a9a51df0dfb4643aed904d49d6d256
Contents?: true
Size: 1.01 KB
Versions: 11
Compression:
Stored size: 1.01 KB
Contents
- unless brick_list.brick_types.empty? - if brick_list.brick_types.allowed.count > 1 %a.btn.btn-small.btn-primary.dropdown-toggle{ 'data-toggle' => 'dropdown', 'href' => '#' } = t('.add_element') %span.caret %ul.dropdown-menu.pull-right - brick_list.brick_types.allowed.grouped.group_by(&:group).each do |group, types| - types.each do |type| %li = link_to type.class_name.constantize.model_name.human, kuhsaft.cms_bricks_path(:brick => { :type => type.class_name, :brick_list_id => brick_list.id, :brick_list_type => brick_list.brick_list_type }), :remote => true, :method => :post .divider - else - brick_list.brick_types.allowed.each do |type| = link_to t('.add_specific_element', :name => type.class_name.constantize.model_name.human), kuhsaft.cms_bricks_path(:brick => { :type => type.class_name, :brick_list_id => brick_list.id, :brick_list_type => brick_list.brick_list_type }), :remote => true, :method => :post, :class => 'btn btn-small btn-primary'
Version data entries
11 entries across 11 versions & 1 rubygems