diff options
Diffstat (limited to 'app/views/fax_documents/edit.html.haml')
-rw-r--r-- | app/views/fax_documents/edit.html.haml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/fax_documents/edit.html.haml b/app/views/fax_documents/edit.html.haml new file mode 100644 index 0000000..5da92c6 --- /dev/null +++ b/app/views/fax_documents/edit.html.haml @@ -0,0 +1,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 |