Show procedure link in manager view
This commit is contained in:
parent
bfed4dfb91
commit
ee5a3852b5
3 changed files with 13 additions and 0 deletions
4
app/views/fields/procedure_link_field/_show.html.haml
Normal file
4
app/views/fields/procedure_link_field/_show.html.haml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- if field.data.present?
|
||||
= link_to "/commencer/#{field.data}", commencer_url(procedure_path: field.data), target: '_blank'
|
||||
- else
|
||||
Plus en ligne
|
Loading…
Add table
Add a link
Reference in a new issue