Sha256: ca0ab79a477ef278d74ccde7775f4695ab7dbdfcd68649b6ef0fa979a807bcc0

Contents?: true

Size: 372 Bytes

Versions: 43

Compression:

Stored size: 372 Bytes

Contents

#global-actions-bar
  - @list.each_with_index do |item, index|

    - i18n_options = item.delete(:i18n_options)

    - if index > 0
      %span= '|'

    - if i18n_options
      != t(i18n_options[:key], i18n_options[:arg] => link_to(i18n_options[:value], item[:url]))
    - else
      = link_to item[:label], item[:url], item.delete_if { |k, v| %w(label url).include?(k) }

Version data entries

43 entries across 43 versions & 2 rubygems

Version Path
locomotive_cms-2.5.7 app/cells/locomotive/global_actions/show.html.haml
locomotive_cms-2.5.6 app/cells/locomotive/global_actions/show.html.haml
locomotive_cms-2.5.6.rc2 app/cells/locomotive/global_actions/show.html.haml
locomotive_cms-2.5.6.rc1 app/cells/locomotive/global_actions/show.html.haml
locomotive_cms-2.5.5 app/cells/locomotive/global_actions/show.html.haml
locomotive_cms-2.5.4 app/cells/locomotive/global_actions/show.html.haml
locomotive_cms-2.5.3 app/cells/locomotive/global_actions/show.html.haml
locomotive_cms-2.5.2 app/cells/locomotive/global_actions/show.html.haml
locomotive_cms-2.5.1 app/cells/locomotive/global_actions/show.html.haml
locomotive_cms-2.5.0 app/cells/locomotive/global_actions/show.html.haml
locomotive_cms-2.5.0.rc3 app/cells/locomotive/global_actions/show.html.haml
locomotive_cms-2.5.0.rc2 app/cells/locomotive/global_actions/show.html.haml
locomotive_cms-2.5.0.rc1 app/cells/locomotive/global_actions/show.html.haml
locomotive_cms-2.4.1 app/cells/locomotive/global_actions/show.html.haml
locomotive_cms-2.4.0 app/cells/locomotive/global_actions/show.html.haml
locomotive_cms-2.3.1 app/cells/locomotive/global_actions/show.html.haml
locomotive_cms-2.3.0 app/cells/locomotive/global_actions/show.html.haml
locomotive_cms-2.2.3 app/cells/locomotive/global_actions/show.html.haml
locomotive_cms-2.2.2 app/cells/locomotive/global_actions/show.html.haml
locomotive_cms-2.2.1 app/cells/locomotive/global_actions/show.html.haml