fixes #205
This commit is contained in:
@@ -24,8 +24,10 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<%= link_to wiki_page_version.updated_at.strftime("%m/%d/%Y %I:%M"), wiki_page_version_path(wiki_page_version) %>
|
<%= link_to wiki_page_version.updated_at.strftime("%m/%d/%Y %I:%M"), wiki_page_version_path(wiki_page_version) %>
|
||||||
by
|
<% if wiki_page_version.updater %>
|
||||||
<%= link_to wiki_page_version.updater.name, user_path(wiki_page_version.updater) %>
|
by
|
||||||
|
<%= link_to wiki_page_version.updater_name, user_path(wiki_page_version.updater) %>
|
||||||
|
<% end %>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user