fix error

Please enter the commit message for your changes. Lines starting
This commit is contained in:
chiu 2019-11-05 23:28:09 +08:00
parent 3bfa6c517b
commit fe8c638f41
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<tr id="<%= dom_id writing_conference %>" class="<%= writing_conference.is_hidden ? "checkHide" : "" %>">
<td><%= writing_conference.year %></td>
<td>
<%= link_to Nokogiri::HTML(writing_journal.create_link).text, OrbitHelper.url_to_plugin_show(writing_conference.to_param,'personal_conference'), target: "blank"%>
<%= link_to Nokogiri::HTML(writing_conference.create_link).text, OrbitHelper.url_to_plugin_show(writing_conference.to_param,'personal_conference'), target: "blank"%>
<div class="quick-edit">
<ul class="nav nav-pills hide">
<li><%= link_to t('edit'), edit_admin_writing_conference_path(writing_conference) %></li>