Method: EntriesHelper#admin_entry_link
- Defined in:
- app/helpers/entries_helper.rb
#admin_entry_link(entry) ⇒ Object
91 92 93 |
# File 'app/helpers/entries_helper.rb', line 91 def admin_entry_link(entry) link_to (entry.title || t(:untitled)), admin_entry_path(id: entry.id) end |