Files
redmine/app/views/wl_national_holiday/new.html.erb
Roman Vaníček 580eedcab2 Squashed 'plugins/redmine_workload/' content from commit f94bb00
git-subtree-dir: plugins/redmine_workload
git-subtree-split: f94bb00e5eb387a55379714b8f58fb6f35517174
2023-03-24 11:34:26 +01:00

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 %>