blob: 239bf8b2656343f6d5120cda45886bddced4911a (
plain)
1
2
3
4
5
6
7
8
9
|
- content_for :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
|