chore(views): remove obsolete partial
This commit is contained in:
parent
6396bda076
commit
88ceae8b7e
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
|||
- if @dossier
|
||||
.panel.panel-default
|
||||
.panel-body
|
||||
= link_to 'X', users_no_procedure_url, class: 'btn btn-xs', style: 'float: right;'
|
||||
|
||||
- if @dossier.procedure.euro_flag
|
||||
#euro_flag.flag
|
||||
= image_tag('drapeau_europe.png')
|
||||
|
||||
#logo_procedure.flag
|
||||
= image_tag(dossier.procedure.logo_url)
|
||||
|
||||
%h2#titre-procedure.text-info
|
||||
= @dossier.procedure.libelle
|
||||
%p.procedure-description
|
||||
= h string_to_html(@dossier.procedure.description)
|
Loading…
Reference in a new issue