educoder/app/views/issues/edit.html.erb

8 lines
189 B
Plaintext
Raw Normal View History

2017-04-07 10:16:13 +08:00
<div id="issue_edit_show" class="mt10 pro_newissue_con">
<%= render :partial => 'issues/edit' %>
<% content_for :header_tags do %>
<%= robot_exclusion_tag %>
<% end %>
</div>