|
#{entry.id} |
#{if user_authorized?(:edit_section_entry)
Sections::Controller::SectionEntries.a(
entry.title,
:edit,
@section_id,
entry.id
)
else
entry.title
end}
|
#{entry.slug} |
#{lang(
"section_entries.special.status_hash.#{entry. \
section_entry_status.name}"
)}
|
#{format_date(entry.created_at)} |
#{format_date(entry.updated_at)} |