engine/app/views/locomotive/shared/actions/_contents.html.haml

5 lines
209 B
Plaintext

- if can? :manage, Locomotive::ContentType
.action
= link_to content_tag(:em) + content_tag(:span, t('locomotive.content_types.index.new')), new_content_type_url, :class => 'button'
= locale_picker_link