2018-01-11 19:04:39 +01:00
|
|
|
- if !@facade.dossier.read_only?
|
2018-05-30 18:31:02 +02:00
|
|
|
- if user_signed_in? && (current_user.owns_or_invite?(@facade.dossier))
|
2017-04-06 19:10:25 +02:00
|
|
|
%a#maj_carte.action{ href: "/users/dossiers/#{@facade.dossier.id}/carte" }
|
2017-04-06 15:32:05 +02:00
|
|
|
.col-lg-2.col-md-2.col-sm-2.col-xs-2.action
|
2018-07-25 13:48:29 +02:00
|
|
|
= 'MODIFIER'
|