diff options
Diffstat (limited to 'app/views/holiday/due_date.html.erb')
-rw-r--r-- | app/views/holiday/due_date.html.erb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/holiday/due_date.html.erb b/app/views/holiday/due_date.html.erb new file mode 100644 index 000000000..6f8c2e51a --- /dev/null +++ b/app/views/holiday/due_date.html.erb @@ -0,0 +1,6 @@ +<% @title = "Due Date" %> + +<p>Request made: <%= @request_date %> +<p>Response due: <%= @due_date %> +<p>Skipping: <%= @skipped.join(" and ") %> + |