summaryrefslogtreecommitdiff
path: root/app/views/phone_book_entries/_index_core.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/phone_book_entries/_index_core.html.haml')
-rw-r--r--app/views/phone_book_entries/_index_core.html.haml6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/phone_book_entries/_index_core.html.haml b/app/views/phone_book_entries/_index_core.html.haml
index d9cfe10..9054833 100644
--- a/app/views/phone_book_entries/_index_core.html.haml
+++ b/app/views/phone_book_entries/_index_core.html.haml
@@ -28,7 +28,11 @@
%td.extra
- if !entry.description.blank?
%strong Description:
- %div= entry.description
+ %div
+ = entry.description
+ - if !entry.homepage_organization.blank?
+ %br
+ =link_to entry.homepage_organization, entry.homepage_organization
- if can? :edit, entry
%td= link_to t('phone_book_entries.index.actions.edit'), edit_phone_book_phone_book_entry_path( entry.phone_book, entry )
- if can? :destroy, entry