app/views/locomotive/pages/_page.html.haml in locomotive_cms-2.0.0.rc2 vs app/views/locomotive/pages/_page.html.haml in locomotive_cms-2.0.0.rc4
- 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.default_response_type?
+ %span.response-type= page_response_type_to_string(page)
+
- unless page.translated?
%span.untranslated= t('locomotive.shared.list.untranslated')
.more
%span!= t('.updated_at')
\ No newline at end of file