Updated.
This commit is contained in:
parent
faf5923dde
commit
dfba92bfa0
|
@ -14,5 +14,6 @@
|
|||
</td>
|
||||
<td> <%= activity.work_title %> </td>
|
||||
<td> <%= activity.authors_type %> </td>
|
||||
<td> <%= activity.display_field("member_profile").html_safe rescue "" %> </td>
|
||||
</tr>
|
||||
<% end %>
|
|
@ -7,6 +7,7 @@
|
|||
<%= thead('personal_activity.activity_name') %>
|
||||
<%= thead('personal_activity.work_title') %>
|
||||
<%= thead('personal_activity.authors_type') %>
|
||||
<%= thead('personal_activity.member_profile') %>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="tbody_writing_journals" class="sort-holder">
|
||||
|
|
Loading…
Reference in New Issue