diff --git a/app/assets/stylesheets/participacion.scss b/app/assets/stylesheets/participacion.scss index 7705a8372..7469007b3 100644 --- a/app/assets/stylesheets/participacion.scss +++ b/app/assets/stylesheets/participacion.scss @@ -457,12 +457,17 @@ form { opacity: .5; } + .avatar { + margin-bottom: $line-height; + } + h2 { clear: both; font-size: rem-calc(20); font-weight: bold; line-height: $line-height; margin: 0; + margin-bottom: $line-height/2; } .recommendations { diff --git a/app/views/account/show.html.erb b/app/views/account/show.html.erb index 185af445b..6a2d6d416 100644 --- a/app/views/account/show.html.erb +++ b/app/views/account/show.html.erb @@ -35,7 +35,11 @@ <% end %> -
+
+

<%= t("account.show.avatar")%>

+ <%= image_tag('user_default_big.jpg', class: "avatar", size: "100x100") %> + +

<%= t("account.show.notifications")%>

<%= f.label :email_on_debate_comment do %> <%= f.check_box :email_on_debate_comment %> <%= t("account.show.email_on_debate_comment_label") %>