blob: 5da92c6bdddbc76003b4214630ff519e522dce78 (
plain)
1
2
3
4
5
6
7
8
9
|
- title t("fax_documents.edit.page_title")
= render "form"
%p
- if can? :edit, @fax_document
= link_to t('fax_documents.edit.actions.edit'), @fax_document
|
= link_to t('fax_documents.edit.actions.view_all'), fax_documents_path
|