2015-09-22 15:00:59 +02:00
|
|
|
#backoffice_dossier_show
|
2015-09-24 16:51:14 +02:00
|
|
|
%h1#dossier_id.text-info{ :style => 'text-align:right'}
|
2015-12-24 15:10:20 +01:00
|
|
|
= "Dossier n°#{@facade.dossier.id}"
|
2015-08-10 11:05:06 +02:00
|
|
|
|
2016-02-08 18:16:18 +01:00
|
|
|
%div{:style => 'text-align:right'}
|
|
|
|
%h3{:class => 'text-success'}
|
|
|
|
= @facade.dossier.display_state
|
2015-08-10 11:05:06 +02:00
|
|
|
|
2016-07-19 16:44:26 +02:00
|
|
|
= render partial: 'follow_action'
|
2016-07-18 18:24:29 +02:00
|
|
|
|
2015-09-24 16:51:14 +02:00
|
|
|
= render partial: '/dossiers/infos_entreprise'
|
2016-02-08 18:16:18 +01:00
|
|
|
|
2015-09-24 16:51:14 +02:00
|
|
|
= render partial: '/dossiers/infos_dossier'
|
|
|
|
%br
|
2015-08-10 11:05:06 +02:00
|
|
|
|
2016-02-08 18:16:18 +01:00
|
|
|
%div
|
|
|
|
%ul{class: "nav nav-tabs", role: "tablist"}
|
|
|
|
%li{role: "presentation", class: "active"}
|
|
|
|
%a{href: "#commentaires", 'aria-controls' => "commentaires", role: "tab", 'data-toggle' => "tab"}
|
|
|
|
Commentaires
|
2016-07-18 18:48:59 +02:00
|
|
|
%li{role: "presentation"}
|
|
|
|
%a{href: "#commentaires_files", 'aria-controls' => "commentaires_files", role: "tab", 'data-toggle' => "tab"}
|
|
|
|
Fichiers
|
2016-02-08 18:16:18 +01:00
|
|
|
%li{role: "presentation"}
|
|
|
|
%a{href: "#invites", 'aria-controls' => "invites", role: "tab", 'data-toggle' => "tab"}
|
|
|
|
Invités
|
2016-07-19 16:44:26 +02:00
|
|
|
%li{role: "presentation"}
|
|
|
|
%a{href: "#followers", 'aria-controls' => "followers", role: "tab", 'data-toggle' => "tab"}
|
|
|
|
Abonnés
|
2015-08-10 11:05:06 +02:00
|
|
|
|
2016-02-08 18:16:18 +01:00
|
|
|
%div{class: "tab-content"}
|
|
|
|
%div{role: "tabpanel", class: "tab-pane fade in active", id:"commentaires"}
|
|
|
|
%h3 Flux de commentaires
|
|
|
|
%br
|
|
|
|
= render partial: '/users/recapitulatif/commentaires_flux'
|
2016-07-18 18:48:59 +02:00
|
|
|
%div{role: "tabpanel", class: "tab-pane fade", id:"commentaires_files"}
|
|
|
|
= render partial: '/dossiers/commentaires_files'
|
2016-02-08 18:16:18 +01:00
|
|
|
%div{role: "tabpanel", class: "tab-pane fade", id:"invites"}
|
|
|
|
= render partial: '/dossiers/invites'
|
2016-07-19 16:44:26 +02:00
|
|
|
%div{role: "tabpanel", class: "tab-pane fade", id:"followers"}
|
|
|
|
= render partial: 'followers'
|
2016-02-08 18:16:18 +01:00
|
|
|
|
|
|
|
%br
|
|
|
|
%br
|