Línea 1054... |
Línea 1054... |
1054 |
|
1054 |
|
Línea 1055... |
Línea 1055... |
1055 |
{{:text}}
|
1055 |
{{:text}}
|
1056 |
|
1056 |
|
1057 |
<div class="my-coach-record-card-actions">
|
1057 |
<div class="my-coach-record-card-actions">
|
1058 |
{{if link_edit }}
|
1058 |
{{if link_edit }}
|
Línea 1059... |
Línea 1059... |
1059 |
<button data-link="{{>link_edit}}" data-answer="{{:uuid}}" class="btn feed__share-option"> <i class="fa fa-pencil" aria-hidden="true"></i> LABEL_EDIT </button>
|
1059 |
<button data-link="{{>link_edit}}" data-answer="{{:uuid}}" class="btn btn-my-coach-edit-answer feed__share-option"> <i class="fa fa-pencil" aria-hidden="true"></i> LABEL_EDIT </button>
|
1060 |
{{/if}}
|
1060 |
{{/if}}
|
1061 |
|
1061 |
|
Línea 1062... |
Línea 1062... |
1062 |
{{if link_delete }}
|
1062 |
{{if link_delete }}
|
1063 |
<button data-link="{{>link_delete}}" data-question="{{:question_uuid}}" data-answer="{{:uuid}}" class="btn feed__share-option"> <i class="fa fa-trash" aria-hidden="true"></i> LABEL_DELETE </button>
|
1063 |
<button data-link="{{>link_delete}}" data-question="{{:question_uuid}}" data-answer="{{:uuid}}" class="btn feed__share-option"> <i class="fa fa-trash" aria-hidden="true"></i> LABEL_DELETE </button>
|
1064 |
{{/if}}
|
1064 |
{{/if}}
|
1065 |
|
1065 |
|
1066 |
<div class="position-relative feed__share-option" id="reaction-container">
|
1066 |
<div class="position-relative feed__share-option" id="reaction-container">
|
1067 |
<button class="btn reaction-btn p-0 btn-my-coach-edit-answer" data-answer="{{:uuid}}" data-link="{{:link_reaction_delete}}" data-reaction="{{:reaction}}" id="current-reaction-{{:uuid}}">
|
1067 |
<button class="btn reaction-btn p-0" data-answer="{{:uuid}}" data-link="{{:link_reaction_delete}}" data-reaction="{{:reaction}}" id="current-reaction-{{:uuid}}">
|
1068 |
{{if reaction === '<?php echo ContentReaction::REACTION_FUN ?>'}}
|
1068 |
{{if reaction === '<?php echo ContentReaction::REACTION_FUN ?>'}}
|