git-subtree-dir: plugins/redmine_workload git-subtree-split: f94bb00e5eb387a55379714b8f58fb6f35517174
13 lines
417 B
Plaintext
Executable File
13 lines
417 B
Plaintext
Executable File
<%= error_messages_for 'wl_national_holiday' %>
|
|
|
|
<h1><%= l(:workload_settings_holiday_new)%></h1>
|
|
<%= form_for :wl_national_holiday, url: {action: "create"}, html: {class: "nifty_form"} do |f| %>
|
|
|
|
<%= render(partial: "form", locals: {form: f}) %>
|
|
<p>
|
|
<%= f.submit l(:button_add)%>
|
|
<%= link_to l(:button_cancel), :controller => 'wl_national_holiday', :action => "index", :year => @this_year %>
|
|
|
|
</p>
|
|
<% end %>
|