diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/request/show.rhtml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index a806434c4..644330a21 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -41,13 +41,15 @@ <div id="request_main"> <h1><%=@title%></h1> - <p class="subtitle"><%=h @info_request.law_used_with_a%> to + <p class="subtitle"> + <%=h @info_request.law_used_with_a%> + <% if !@user.nil? && @user.admin_page_links? %> + (<%= link_to "admin", request_admin_url(@info_request) %>) + <% end %> + to <%= public_body_link(@info_request.public_body) %> by <%= user_link(@info_request.user) %> - <% if !@user.nil? && @user.admin_page_links? %> - (<%= link_to "admin", request_admin_url(@info_request) %>) - <% end %> </p> <p id="request_status"> |