Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6650 | Rev 6652 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6650 Rev 6651
Línea 1259... Línea 1259...
1259
        <div class="my-coach-record-card-details"> 
1259
        <div class="my-coach-record-card-details"> 
1260
            <div class="my-coach-record-card-resume" >
1260
            <div class="my-coach-record-card-resume" >
1261
                <img class="my_coach_question_detail_user_image" src="{{:user_image}}" />
1261
                <img class="my_coach_question_detail_user_image" src="{{:user_image}}" />
1262
                <p class="my_coach_question_detail_user_name">{{:user_name}}</p>
1262
                <p class="my_coach_question_detail_user_name">{{:user_name}}</p>
1263
            </div>     
1263
            </div>     
-
 
1264
            <ul class="my-coach-record-card-categories">
-
 
1265
                {{for categories}}
-
 
1266
                <li>{{:category}}</li>
-
 
1267
                {{/for}}
-
 
1268
            </ul>
-
 
1269
        </div>
1264
            <div class="my-coach-record-card-info">
1270
        <div class="my-coach-record-card-info mb-2">
1265
                <span id="answers-{{:uuid}}">{{:answers}} LABEL_MY_COACH_ANSWERS</span>
1271
            <span id="answers-{{:uuid}}">{{:answers}} LABEL_MY_COACH_ANSWERS</span>
1266
                <span id="reactions-{{:uuid}}">{{:reactions}} LABEL_MY_COACH_REACTIONS</span>
1272
            <span id="reactions-{{:uuid}}">{{:reactions}} LABEL_MY_COACH_REACTIONS</span>
1267
                <span id="views-{{:uuid}}">{{:views}} LABEL_MY_COACH_VIEWS</span>
1273
            <span id="views-{{:uuid}}">{{:views}} LABEL_MY_COACH_VIEWS</span>
1268
                <span id="comments-{{:uuid}}">{{:comments}} LABEL_COMMENTS</span>     
1274
            <span id="comments-{{:uuid}}">{{:comments}} LABEL_COMMENTS</span>     
1269
            </div>
-
 
1270
        </div>
1275
        </div>
1271
        <h2>{{>title}}</h2>
1276
        <h2>{{>title}}</h2>
1272
        <span>LABEL_MY_COACH_QUESTION {{:added_on}}</span>  
1277
        <span>LABEL_MY_COACH_QUESTION {{:added_on}}</span>  
1273
        <p class="my-3">{{>description}}</p> 
1278
        <p class="my-3">{{>description}}</p> 
1274
        <ul class="my-coach-record-card-categories mb-2">
-
 
1275
            {{for categories}}
-
 
1276
            <li>{{:category}}</li>
-
 
1277
            {{/for}}
-
 
1278
        </ul>
-
 
1279
        <div class="d-flex align-items-center justify-content-between">
1279
        <div class="d-flex align-items-center justify-content-between">
1280
            <button data-link="{{:link_view}}" class="btn-my-coach-edit-view"> <i class="fa fa-external-link" aria-hidden="true"></i> LABEL_VIEW </button>
1280
            <button data-link="{{:link_view}}" class="btn-my-coach-edit-view"> <i class="fa fa-external-link" aria-hidden="true"></i> LABEL_VIEW </button>
Línea 1281... Línea 1281...
1281
 
1281
 
1282
            {{if link_edit }}
1282
            {{if link_edit }}