1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 11:37:14 +00:00

Revert undesired changes (#36593)

git-svn-id: https://svn.redmine.org/redmine/trunk@21489 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2022-03-21 22:16:29 +00:00
parent 81575e7291
commit d8d0f38a6b

View File

@ -1,6 +1,6 @@
<%# <h2><%= l(:label_board_new) %></h2>
<h2><%= l(:label_board_new) %></h2>
<%= labelled_form_for @board, :url => project_boards_path(@project) do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %>
<%= submit_tag l(:button_create) %>
<% end %> %>
<% end %>