This commit is contained in:
daiao 2017-03-24 17:07:03 +08:00
parent a4be04b67a
commit 839a408a82
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<% if @had_exec == true %> <% if @had_exec == true %>
<%= link_to "确 定", myshixun_path(@tpm), :class => "task-btn task-btn-green fr", :onclick => "hideModal();show_begin_challeng();", :target => "_blank" %> <%= link_to "确 定", myshixun_path(@tpm), :class => "task-btn task-btn-green fr", :onclick => "hideModal();show_begin_challeng();", :target => "_blank" %>
<% else %> <% else %>
<a href="<%= shixun_exec_shixun_path(@shixun) %>" class="task-btn task-btn-green fr" onclick="hideModal();" target="_blank">确定</a> <a href="<%= shixun_exec_shixun_path(@shixun) %>" class="task-btn task-btn-green fr" onclick="hideModal();show_begin_challeng()" target="_blank">确定</a>
<% end %> <% end %>
</div> </div>
</ul> </ul>