app/views/locomotive/pages/_page.html.haml in locomotive_cms-2.0.0.rc1 vs app/views/locomotive/pages/_page.html.haml in locomotive_cms-2.0.0.rc2
- old
+ new
@@ -15,9 +15,12 @@
- unless page.index_or_not_found?
%em
= link_to truncate(page.title, :length => 80), edit_page_url(page)
+ - unless page.translated?
+ %span.untranslated= t('locomotive.shared.list.untranslated')
+
.more
%span!= t('.updated_at')
= l page.updated_at, :format => :short
- if !page.index_or_not_found? && can?(:manage, page)
\ No newline at end of file