aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin_holidays/edit.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin_holidays/edit.html.erb')
-rw-r--r--app/views/admin_holidays/edit.html.erb9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/admin_holidays/edit.html.erb b/app/views/admin_holidays/edit.html.erb
new file mode 100644
index 000000000..8f29c9a44
--- /dev/null
+++ b/app/views/admin_holidays/edit.html.erb
@@ -0,0 +1,9 @@
+<% @title = 'Edit public holiday' %>
+<h1><%= @title %></h1>
+<table class="table table-striped table-condensed">
+ <tbody>
+ <tr>
+ <%= render :partial => 'edit_form' %>
+ </tr>
+ </tbody>
+</table>