summaryrefslogtreecommitdiff
path: root/app/views/phone_book_entries/_index_core.html.haml
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2012-12-18 20:28:23 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2012-12-18 20:28:23 +0100
commit50dfb97590e30fd7d6fa24d6c7afd65d04fa60d8 (patch)
tree761aa11bd69e5ca1a7ef8edfd8d81478e6bafdfe /app/views/phone_book_entries/_index_core.html.haml
parent9c392982e2ba7eaeb237268e9299637a8f8b4c3a (diff)
Fixed links in phone_book_entry#show
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