Línea 893... |
Línea 893... |
893 |
</div>
|
893 |
</div>
|
Línea 894... |
Línea 894... |
894 |
|
894 |
|
895 |
|
895 |
|
896 |
<div id="row-view" class="my-coach-answers-list" style="display: none">
|
- |
|
Línea 897... |
Línea 896... |
897 |
<div class="my-coach-record-card-container col-md-8 mx-auto">
|
896 |
<div id="row-view" class="my-coach-answers-list" style="display: none">
|
898 |
<button id="my-coach-question-answer-btn-back"> <i class="fa fa-chevron-left" aria-hidden="true"></i> LABEL_BACK </button>
|
897 |
<div class="my-coach-record-card-container col-md-8 mx-auto">
|
899 |
|
898 |
|
900 |
<div class="my-coach-record-card-details">
|
899 |
<div class="my-coach-record-card-details">
|
Línea 920... |
Línea 919... |
920 |
|
919 |
|
921 |
<ul id="my-coach-answer-categories" class="d-flex align-items-center my-coach-record-card-categories">
|
920 |
<ul id="my-coach-answer-categories" class="d-flex align-items-center my-coach-record-card-categories">
|
Línea 922... |
Línea 921... |
922 |
</ul>
|
921 |
</ul>
|
- |
|
922 |
|
923 |
|
923 |
<div class="my-coach-record-card-actions">
|
924 |
<div class="my-coach-record-card-actions">
|
924 |
<button class="feed__share-option" id="my-coach-question-answer-btn-back"> <i class="fa fa-chevron-left" aria-hidden="true"></i> LABEL_BACK </button>
|
925 |
<button class="feed__share-option" id="my-coach-question-answer-btn-answer"> <i class="fa fa-pencil" aria-hidden="true"></i> LABEL_REPLY </button>
|
925 |
<button class="feed__share-option" id="my-coach-question-answer-btn-answer"> <i class="fa fa-pencil" aria-hidden="true"></i> LABEL_REPLY </button>
|
926 |
<button class="feed__share-option" id="my-coach-question-answer-btn-delete"> <i class="fa fa-trash" aria-hidden="true"></i> LABEL_DELETE </button>
|
926 |
<button class="feed__share-option" id="my-coach-question-answer-btn-delete"> <i class="fa fa-trash" aria-hidden="true"></i> LABEL_DELETE </button>
|
Línea 1256... |
Línea 1256... |
1256 |
</li>
|
1256 |
</li>
|
1257 |
</script>
|
1257 |
</script>
|
Línea 1258... |
Línea 1258... |
1258 |
|
1258 |
|
1259 |
|
- |
|
- |
|
1259 |
|
1260 |
<script id="recordTemplate" type="text/x-jsrender">
|
1260 |
<script id="recordTemplate" type="text/x-jsrender">
|
1261 |
<div class="my-coach-record-card" >
|
1261 |
|
1262 |
<div class="my-coach-record-card-container" id="my-coach-record-card-question-{{:uuid}}">
|
1262 |
<div class="my-coach-record-card-container" id="my-coach-record-card-question-{{:uuid}}">
|
1263 |
<div class="my-coach-record-card-resume" >
|
1263 |
<div class="my_coach_question_details">
|
1264 |
<div class="my_coach_question_detail_user_rectangle">
|
1264 |
<div class="my-coach-record-card-resume" >
|
1265 |
<img class="my_coach_question_detail_user_image" src="{{:user_image}}" />
|
1265 |
<img class="my_coach_question_detail_user_image" src="{{:user_image}}" />
|
1266 |
<p class="my_coach_question_detail_user_name">{{:user_name}}</p>
|
- |
|
1267 |
</div>
|
1266 |
<p class="my_coach_question_detail_user_name">{{:user_name}}</p>
|
1268 |
<ul>
|
1267 |
</div>
|
1269 |
<li><span id="answers-{{:uuid}}"> {{:answers}} </span> LABEL_MY_COACH_ANSWERS</li>
|
1268 |
<span id="answers-{{:uuid}}">{{:answers}} LABEL_MY_COACH_ANSWERS</span>
|
1270 |
<li><span id="reactions-{{:uuid}}"> {{:reactions}} </span> LABEL_MY_COACH_REACTIONS</li>
|
1269 |
<span id="reactions-{{:uuid}}">{{:reactions}} LABEL_MY_COACH_REACTIONS</span>
|
1271 |
<li><span id="views-{{:uuid}}"> {{:views}} </span> LABEL_MY_COACH_VIEWS</li>
|
- |
|
1272 |
<li><span id="comments-{{:uuid}}"> {{:comments}} </span> LABEL_COMMENTS</li>
|
1270 |
<span id="views-{{:uuid}}">{{:views}} LABEL_MY_COACH_VIEWS</span>
|
1273 |
</ul>
|
- |
|
1274 |
</div>
|
1271 |
<span id="comments-{{:uuid}}">{{:comments}} LABEL_COMMENTS</span>
|
1275 |
|
1272 |
</div>
|
1276 |
<h2>{{>title}}</h2>
|
1273 |
<h2>{{>title}}</h2>
|
1277 |
<div class="my-coach-record-card-content" >
|
- |
|
1278 |
<p>{{>description}}</p>
|
1274 |
<span>LABEL_MY_COACH_QUESTION {{:added_on}}</span>
|
1279 |
<div class="d-flex align-items-center justify-content-between">
|
1275 |
<p>{{>description}}</p>
|
1280 |
<ul class="d-flex align-items-center my-coach-record-card-categories">
|
1276 |
<ul class="d-flex align-items-center my-coach-record-card-categories">
|
1281 |
{{for categories}}
|
1277 |
{{for categories}}
|
1282 |
<li>{{:category}}</li>
|
1278 |
<li>{{:category}}</li>
|
1283 |
{{/for}}
|
1279 |
{{/for}}
|
- |
|
1280 |
</ul>
|
- |
|
1281 |
<div class="d-flex align-items-center justify-content-between">
|
- |
|
1282 |
<button data-link="{{:link_view}}" class="btn-my-coach-edit-view"> <i class="fa fa-external-link" aria-hidden="true"></i> LABEL_VIEW </button>
|
- |
|
1283 |
|
- |
|
1284 |
{{if link_edit }}
|
- |
|
1285 |
<button data-link="{{>link_edit}}" class="btn-my-coach-edit-question"> <i class="fa fa-pencil" aria-hidden="true"></i> LABEL_EDIT </button>
|
- |
|
1286 |
{{/if}}
|
1284 |
</ul>
|
1287 |
{{if link_delete }}
|
1285 |
<span>LABEL_MY_COACH_QUESTION {{:added_on}} </span>
|
1288 |
<button data-link="{{>link_delete}}" class="btn-my-coach-delete-question"> <i class="fa fa-trash" aria-hidden="true"></i> LABEL_DELETE </button>
|
1286 |
</div>
|
1289 |
{{/if}}
|
Línea 1287... |
Línea -... |
1287 |
</div>
|
- |
|
1288 |
</div>
|
- |
|
1289 |
|
1290 |
</div>
|
1290 |
<div class="d-flex align-items-center justify-content-between">
|
- |
|
1291 |
<button data-link="{{:link_view}}" class="btn-my-coach-edit-view"> <i class="fa fa-external-link" aria-hidden="true"></i> LABEL_VIEW </button>
|
- |
|
1292 |
|
- |
|
1293 |
{{if link_edit }}
|
- |
|
1294 |
<button data-link="{{>link_edit}}" class="btn-my-coach-edit-question"> <i class="fa fa-pencil" aria-hidden="true"></i> LABEL_EDIT </button>
|
- |
|
1295 |
{{/if}}
|
- |
|
1296 |
{{if link_delete }}
|
- |
|
1297 |
<button data-link="{{>link_delete}}" class="btn-my-coach-delete-question"> <i class="fa fa-trash" aria-hidden="true"></i> LABEL_DELETE </button>
|
- |
|
1298 |
{{/if}}
|
1291 |
</div>
|
1299 |
</div>
|
1292 |
|