Skip to content

Commit

Permalink
Signpost key request admin contributions
Browse files Browse the repository at this point in the history
A basic version of #1513
A basic version of #6871
  • Loading branch information
garethrees committed Nov 9, 2023
1 parent 18692bf commit 8420bd9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/views/general/_help_requests.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<div class="help_requests">
<ul class="search_sidebar_list">
<li class="search_sidebar_list__item">
<%= link_to _('Classify requests'), categorise_play_path %>
</li>

<li class="search_sidebar_list__item">
<%= link_to _('Find updated contact details'), search_requests_path('latest_status:error_message') %>
</li>
</ul>
</div>
3 changes: 3 additions & 0 deletions app/views/request/list.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

<h2><%= _('Latest') %></h2>
<%= render partial: 'general/search_latest' %>

<h2><%= _('Help Out') %></h2>
<%= render partial: 'general/help_requests' %>
</div>

<div style="clear:both"></div>
Expand Down
2 changes: 2 additions & 0 deletions doc/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Highlighted Features

* Signpost key user administration contributions for requests on request list
pages (Gareth Rees)
* Add internal ID number to authority CSV download (Alex Parsons, Graeme
Porteous)

Expand Down

0 comments on commit 8420bd9

Please sign in to comment.