| Línea 29... |
Línea 29... |
| 29 |
$this->inlineScript()->appendFile($this->basePath('vendors/jquery-validation/jquery.validate.js'));
|
29 |
$this->inlineScript()->appendFile($this->basePath('vendors/jquery-validation/jquery.validate.js'));
|
| 30 |
$this->inlineScript()->appendFile($this->basePath('vendors/jquery-validation/additional-methods.js'));
|
30 |
$this->inlineScript()->appendFile($this->basePath('vendors/jquery-validation/additional-methods.js'));
|
| 31 |
$this->inlineScript()->appendFile($this->basePath('vendors/jquery-validation/localization/messages_es.js'));
|
31 |
$this->inlineScript()->appendFile($this->basePath('vendors/jquery-validation/localization/messages_es.js'));
|
| Línea 32... |
Línea 32... |
| 32 |
|
32 |
|
| - |
|
33 |
$this->headLink()->appendStylesheet($this->basePath('/look-and-field/my-coach.css'));
|
| Línea 33... |
Línea 34... |
| 33 |
$this->headLink()->appendStylesheet($this->basePath('/look-and-field/my-coach.css'));
|
34 |
$this->headLink()->appendStylesheet($this->basePath('/look-and-field/dashboard.css'));
|
| 34 |
|
35 |
|
| Línea 1085... |
Línea 1086... |
| 1085 |
|
1086 |
|
| Línea 1086... |
Línea 1087... |
| 1086 |
{{:text}}
|
1087 |
{{:text}}
|
| 1087 |
|
1088 |
|
| 1088 |
<div class="my-coach-record-card-actions">
|
1089 |
<div class="my-coach-record-card-actions">
|
| 1089 |
{{if link_edit }}
|
1090 |
{{if link_edit }}
|
| Línea 1090... |
Línea 1091... |
| 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 feed__share-option"> <i class="fa fa-pencil" aria-hidden="true"></i> LABEL_EDIT </button>
|
| 1091 |
{{/if}}
|
1092 |
{{/if}}
|
| 1092 |
|
1093 |
|
| Línea 1093... |
Línea 1094... |
| 1093 |
{{if link_delete }}
|
1094 |
{{if link_delete }}
|
| 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>
|
1095 |
<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>
|
| Línea 1095... |
Línea 1096... |
| 1095 |
{{/if}}
|
1096 |
{{/if}}
|
| 1096 |
|
1097 |
|