This commit is contained in:
rulingcom 2024-01-29 23:03:02 +08:00
parent faf5923dde
commit dfba92bfa0
2 changed files with 2 additions and 0 deletions

View File

@ -14,5 +14,6 @@
</td> </td>
<td> <%= activity.work_title %> </td> <td> <%= activity.work_title %> </td>
<td> <%= activity.authors_type %> </td> <td> <%= activity.authors_type %> </td>
<td> <%= activity.display_field("member_profile").html_safe rescue "" %> </td>
</tr> </tr>
<% end %> <% end %>

View File

@ -7,6 +7,7 @@
<%= thead('personal_activity.activity_name') %> <%= thead('personal_activity.activity_name') %>
<%= thead('personal_activity.work_title') %> <%= thead('personal_activity.work_title') %>
<%= thead('personal_activity.authors_type') %> <%= thead('personal_activity.authors_type') %>
<%= thead('personal_activity.member_profile') %>
</tr> </tr>
</thead> </thead>
<tbody id="tbody_writing_journals" class="sort-holder"> <tbody id="tbody_writing_journals" class="sort-holder">