aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2015-06-29 14:53:43 +0100
committerGareth Rees <gareth@mysociety.org>2015-06-29 14:53:43 +0100
commit61adb11da502a85d3b81c5e240a10cedcc92421f (patch)
tree29118cde03a7f50c5e0db894095e38aaa76ede81
parent71f83c58c0782741d41f3b8a6636af2a6c243330 (diff)
Fix positioning of link
Without the `alaveteli-widget__button` class the link was at the very top of the widget, rather than at the bottom left.
-rw-r--r--app/views/widgets/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/widgets/show.html.erb b/app/views/widgets/show.html.erb
index 0517b1637..76133b8cb 100644
--- a/app/views/widgets/show.html.erb
+++ b/app/views/widgets/show.html.erb
@@ -26,7 +26,7 @@
</div>
<% elsif @existing_track %>
<a href="<%= url_for :controller => 'track', :action => 'update', :track_id => @existing_track.id, :track_medium => "delete", :r => request.fullpath %>">
- <div class="alaveteli-widget__button--down">
+ <div class="alaveteli-widget__button alaveteli-widget__button--down">
<%= _('You are tracking this request') %>
</div>
</a>