summaryrefslogtreecommitdiff
path: root/app/views/phone_book_entries/edit.html.haml
blob: 29673660079d067ed12ed64fd13fb2b719dcfbc5 (plain)
1
2
3
4
5
6
7
8
9
- content_for :title, t("phone_book_entries.edit.page_title")

= render "form"

%p
  - if can? :edit, @phone_book_entry
    = link_to t('phone_book_entries.edit.actions.edit'), @phone_book_entry
  |
  = link_to t('phone_book_entries.edit.actions.view_all'), phone_book_entries_path