Browse Source

Convert name to name + link.

jmontoyaa 7 năm trước cách đây
mục cha
commit
278c6869ac
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      main/template/default/session/resume_session.tpl

+ 2 - 2
main/template/default/session/resume_session.tpl

@@ -8,11 +8,11 @@
 <table id="session-properties" class="data_table">
     <tr>
         <td>{{ 'CreatedBy'|get_lang }}</td>
-        <td>{{ session_admin.complete_name_with_username }}</td>
+        <td>{{ session_admin.complete_name_with_message_link }}</td>
     </tr>
     <tr>
         <td>{{ 'GeneralCoach' | get_lang}} :</td>
-        <td>{{ general_coach.complete_name_with_username }}</td>
+        <td>{{ general_coach.complete_name_with_message_link }}</td>
     </tr>
     {% if session_category  %}
     <tr>