Skip to content

Commit

Permalink
Merge pull request #20 from jmorcate/#111826889
Browse files Browse the repository at this point in the history
Update new.html.erb
  • Loading branch information
tansaku committed Feb 2, 2016
2 parents 88482ed + 11e07af commit b99f49e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/admin/categories/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<% @page_heading = _("Categories") %>

<div class='left_form'>
<!-- NOTE:
Do not modify :action=>"edit" since the autograder depends on it
-->
<%= form_tag :action=>"edit", :id => @category.id do %>
<%= error_messages_for 'category' %>
<div class='clearfix'>
Expand Down

0 comments on commit b99f49e

Please sign in to comment.