]> source.dussan.org Git - redmine.git/commitdiff
Revert undesired changes (#36593)
authorMarius Balteanu <marius.balteanu@zitec.com>
Mon, 21 Mar 2022 22:16:29 +0000 (22:16 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Mon, 21 Mar 2022 22:16:29 +0000 (22:16 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@21489 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/boards/new.html.erb

index bf11bd146679e8709733ea6b9c45ea255a31c879..acdf43fcfaeeeb30e4cca7a4fd69fd61e7f5c115 100644 (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 %>