diff options
Diffstat (limited to 'app/views/admin_holidays/edit.html.erb')
-rw-r--r-- | app/views/admin_holidays/edit.html.erb | 9 |
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> |