2011-11-08 00:11:15 +00:00
|
|
|
- if can? :manage, Locomotive::ContentType
|
2012-01-14 00:38:09 +00:00
|
|
|
.action
|
|
|
|
= link_to content_tag(:em) + content_tag(:span, t('locomotive.content_types.index.new')), new_content_type_url, :class => 'button'
|
|
|
|
|
2012-01-14 01:08:03 +00:00
|
|
|
- if current_site.locales.size > 1
|
|
|
|
.action
|
2012-01-18 00:43:01 +00:00
|
|
|
= render 'locomotive/shared/locale_picker_link'
|