Browse Source

Revert undesired changes (#36593)

git-svn-id: https://svn.redmine.org/redmine/trunk@21489 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.0.0
Marius Balteanu 2 years ago
parent
commit
d8d0f38a6b
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      app/views/boards/new.html.erb

+ 2
- 2
app/views/boards/new.html.erb 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 %>

Loading…
Cancel
Save