Sha256: 8a4a5bc8d8ba1737d853c8e33c1ccc42e10fb3ad8bca92af6c532f1bc24dcc78
Contents?: true
Size: 446 Bytes
Versions: 10
Compression:
Stored size: 446 Bytes
Contents
para do if authorized?(:edit, Pageflow::Entry) span(link_to(I18n.t('pageflow.admin.entries.editor'), pageflow.edit_entry_path(entry), :class => 'editor button')) end span(link_to(I18n.t('pageflow.admin.entries.preview'), preview_admin_entry_path(entry), :class => 'preview button')) if entry.published? span(link_to(I18n.t('pageflow.admin.entries.show_public'), pretty_entry_url(entry), :class => 'show_public button')) end end
Version data entries
10 entries across 10 versions & 1 rubygems