????

Your IP : 18.216.70.76


Current Path : C:/inetpub/vhost/redmine/app/views/boards/
Upload File :
Current File : C:/inetpub/vhost/redmine/app/views/boards/edit.html.erb

<h2><%= l(:label_board) %></h2>

<%= labelled_form_for @board, :url => project_board_path(@project, @board) do |f| %>
  <%= render :partial => 'form', :locals => {:f => f} %>
  <%= submit_tag l(:button_save) %>
<% end %>