|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
= title @orga.name |
|
|
|
|
= render partial: '/orgas/favicon', locals: { orga: @orga } |
|
|
|
|
|
|
|
|
|
= render 'aside' if controller.controller_name == 'orgas' |
|
|
|
|
= render 'aside' if [controller_name, action_name] == %w[orgas show] |
|
|
|
|
|
|
|
|
|
%p.full_address |
|
|
|
|
- if @orga.place_name.present? |
|
|
|
@ -23,13 +23,16 @@
|
|
|
|
|
.orga#map{ data: { url: maps_path(format: :json).to_s, |
|
|
|
|
latitude: @orga.latitude.to_s, longitude: @orga.longitude.to_s } } |
|
|
|
|
|
|
|
|
|
%h3= Orga.human_attribute_name :description |
|
|
|
|
.description |
|
|
|
|
= description sanitize @orga.description, |
|
|
|
|
tags: %w[p h1 h2 h3 h4 br table tr th td ul ol li a strong b em i img sub sup span], |
|
|
|
|
attributes: %w[href src width height style title] |
|
|
|
|
|
|
|
|
|
%dl |
|
|
|
|
%dd |
|
|
|
|
%h3 |
|
|
|
|
%em.fa.fa-info-circle |
|
|
|
|
= t '.infos' |
|
|
|
|
- if @orga.department.present? |
|
|
|
|
%dt.department |
|
|
|
|
%em.fa.fa-puzzle-piece |
|
|
|
|