diff options
Diffstat (limited to 'app/views/request/index.rhtml')
-rw-r--r-- | app/views/request/index.rhtml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/views/request/index.rhtml b/app/views/request/index.rhtml new file mode 100644 index 000000000..20ed122c3 --- /dev/null +++ b/app/views/request/index.rhtml @@ -0,0 +1,14 @@ +<% @title = @info_request.title %> + +<h2><%=@title%></h2> + +<p> +Request to <%=@info_request.public_body.name%> +</p> + +<p> +Created by <%= @info_request.user.name %></td> on <%= @info_request.created_at %> +</p> + + + |