This commit is contained in:
parent
a4be04b67a
commit
839a408a82
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue