aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2010-07-15 16:26:02 +0100
committerFrancis Irving <francis@mysociety.org>2010-07-15 16:26:02 +0100
commitee83db72592886b5b0d397d481f371c39dc6b7b2 (patch)
tree85c9e4e8064d23194cd119ce43d91a305c697cf4 /app
parent0c1883dff22c1433f33944ece9f7625c26f1b123 (diff)
Some styling for possible "about me" section on profile
Diffstat (limited to 'app')
-rw-r--r--app/views/user/show.rhtml7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/views/user/show.rhtml b/app/views/user/show.rhtml
index d9898972e..f1e791f2a 100644
--- a/app/views/user/show.rhtml
+++ b/app/views/user/show.rhtml
@@ -66,6 +66,11 @@
<% end %>
</p>
+ <!--<div class="user_about_me">
+ <p><img class="comment_quote" src="/images/quote.png" alt="">I like to make requests about dogs. I'm obsessed with
+ them! Check out my doggy house at http://www.doggyplace.com</p>
+ </div>-->
+
<% if @is_you %>
<p id="user_change_password_email">
<% if @display_user.profile_photo %>
@@ -77,7 +82,7 @@
<% end %>
<% if not @is_you %>
- <p>
+ <p id="user_not_logged_in">
If you are <%=h @display_user.name %>, <%= link_to "sign in", signin_url(:r => request.request_uri) %> to change your password or alter your subscriptions.
</p>
<% end %>