diff options
author | Robin Houston <robin.houston@gmail.com> | 2011-08-12 23:33:45 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2011-08-12 23:33:45 +0100 |
commit | 239120b6d180ac0c60b6e3fc44c2bc192c828e12 (patch) | |
tree | ddc45856414eb178ca5775c0b6fc52e01b9766aa | |
parent | 23bfbafb5519f99bec859629ef17b5711389a569 (diff) |
Add a missing space
See https://github.com/mysociety/whatdotheyknow/issues/29
-rw-r--r-- | app/views/user/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/show.rhtml b/app/views/user/show.rhtml index 5e2c29d84..c3a99311a 100644 --- a/app/views/user/show.rhtml +++ b/app/views/user/show.rhtml @@ -110,7 +110,7 @@ <% if not @is_you %> <p id="user_not_logged_in"> - <%= link_to _('Sign in'), signin_url(:r => request.request_uri) %><%= _('to change password, + <%= link_to _('Sign in'), signin_url(:r => request.request_uri) %> <%= _('to change password, subscriptions and more')%> (<%=h @display_user.name %> <%= _('only')%>) </p> <% end %> |