| Línea 1070... |
Línea 1070... |
| 1070 |
</div>
|
1070 |
</div>
|
| 1071 |
</div>
|
1071 |
</div>
|
| 1072 |
</div>
|
1072 |
</div>
|
| Línea 1073... |
Línea 1073... |
| 1073 |
|
1073 |
|
| 1074 |
<script id="answerTemplate" type="text/x-jsrender">
|
1074 |
<script id="answerTemplate" type="text/x-jsrender">
|
| 1075 |
<div class="my-coach-record-card-container" id="row-{{:uuid}}">
|
1075 |
<div class="my-coach-record-card-container col-md-8 mx-auto" id="row-{{:uuid}}">
|
| 1076 |
<div class="my-coach-record-card-details">
|
1076 |
<div class="my-coach-record-card-details">
|
| 1077 |
<div class="my-coach-record-card-resume">
|
1077 |
<div class="my-coach-record-card-resume">
|
| 1078 |
<img src="{{:user_image}}" />
|
1078 |
<img src="{{:user_image}}" />
|
| 1079 |
<p>{{:user_name}}</p>
|
1079 |
<p>{{:user_name}}</p>
|
| Línea 1083... |
Línea 1083... |
| 1083 |
<span id="answer-total-reactions-{{:uuid}}">{{:total_reactions}} LABEL_REACTIONS</span>
|
1083 |
<span id="answer-total-reactions-{{:uuid}}">{{:total_reactions}} LABEL_REACTIONS</span>
|
| 1084 |
</div>
|
1084 |
</div>
|
| Línea 1085... |
Línea 1085... |
| 1085 |
|
1085 |
|
| Línea 1086... |
Línea 1086... |
| 1086 |
{{:text}}
|
1086 |
{{:text}}
|
| 1087 |
|
- |
|
| 1088 |
<div class="my-coach-record-card-actions">
|
1087 |
|
| 1089 |
<div class="d-flex align-items-center justify-content-between">
|
1088 |
<div class="my-coach-record-card-actions">
|
| 1090 |
{{if link_edit }}
|
1089 |
{{if link_edit }}
|
| - |
|
1090 |
<button data-link="{{>link_edit}}" data-answer="{{:uuid}}" class="btn btn-my-coach-edit-answer"> <i class="fa fa-pencil" aria-hidden="true"></i> LABEL_EDIT </button>
|
| 1091 |
<button data-link="{{>link_edit}}" data-answer="{{:uuid}}" class="btn-my-coach-edit-answer"> <i class="fa fa-pencil" aria-hidden="true"></i> LABEL_EDIT </button>
|
1091 |
{{/if}}
|
| 1092 |
{{/if}}
|
1092 |
|
| 1093 |
{{if link_delete }}
|
1093 |
{{if link_delete }}
|
| 1094 |
<button data-link="{{>link_delete}}" data-question="{{:question_uuid}}" data-answer="{{:uuid}}" class="btn-my-coach-delete-answer"> <i class="fa fa-trash" aria-hidden="true"></i> LABEL_DELETE </button>
|
- |
|
| 1095 |
{{/if}}
|
- |
|
| 1096 |
</div>
|
1094 |
<button data-link="{{>link_delete}}" data-question="{{:question_uuid}}" data-answer="{{:uuid}}" class="btn btn-my-coach-delete-answer"> <i class="fa fa-trash" aria-hidden="true"></i> LABEL_DELETE </button>
|
| 1097 |
|
1095 |
{{/if}}
|
| 1098 |
|
1096 |
|
| Línea 1099... |
Línea 1097... |
| 1099 |
<div class="position-relative" id="reaction-container">
|
1097 |
<div class="position-relative d-inline" id="reaction-container">
|
| 1100 |
<button class="btn reaction-btn" data-answer="{{:uuid}}" data-link="{{:link_reaction_delete}}" data-reaction="{{:reaction}}" id="current-reaction-{{:uuid}}">
|
1098 |
<button class="btn reaction-btn" data-answer="{{:uuid}}" data-link="{{:link_reaction_delete}}" data-reaction="{{:reaction}}" id="current-reaction-{{:uuid}}">
|