summaryrefslogtreecommitdiff
path: root/app/views/addresses/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/addresses/edit.html.haml')
-rw-r--r--app/views/addresses/edit.html.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/addresses/edit.html.haml b/app/views/addresses/edit.html.haml
new file mode 100644
index 0000000..3d85ae6
--- /dev/null
+++ b/app/views/addresses/edit.html.haml
@@ -0,0 +1,9 @@
+- title t("addresses.edit.page_title")
+
+= render "form"
+
+%p
+ - if can? :edit, @address
+ = link_to t('addresses.edit.actions.edit'), @address
+ |
+ = link_to t('addresses.edit.actions.view_all'), addresses_path