diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-03-06 12:50:52 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-04-28 09:07:17 +0100 |
commit | 818ea8084d26d94d8bf46b878937e2fc26b94968 (patch) | |
tree | fad110a2e0fe2931c44345e8d1565e9407bc85a5 | |
parent | 0d171fdac342f60964a4585a7c28a11ff9c9ae14 (diff) |
Add status label
-rw-r--r-- | app/views/widgets/show.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/widgets/show.html.erb b/app/views/widgets/show.html.erb index 2f51f427f..b93db585a 100644 --- a/app/views/widgets/show.html.erb +++ b/app/views/widgets/show.html.erb @@ -9,6 +9,7 @@ <%= link_to @info_request.title, request_path(@info_request), :target => "_top" %> </div> <div class="alaveteli-widget__status <%= @info_request.calculate_status %>"> + <p class="alaveteli-widget__status__status-label">Status</p> <% if @info_request.awaiting_description %> <%= _('UNKNOWN STATUS') %> <% elsif @status == 'waiting_response' %> |