Commit 9a2fec52732e7c6a91a26f1f6e5bcb1e1a70f55f
Exists in
spb-stable
and in
2 other branches
Merge branch 'public-profile-info' into 'master'
Public profile info Show small info about your profile being publicly because you joined public project Fixes #1321
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
app/views/profiles/show.html.haml
... | ... | @@ -86,5 +86,11 @@ |
86 | 86 | %hr |
87 | 87 | = link_to 'Remove avatar', profile_avatar_path, data: { confirm: "Avatar will be removed. Are you sure?"}, method: :delete, class: "btn btn-remove btn-small remove-avatar" |
88 | 88 | |
89 | + - if @user.public_profile? | |
90 | + .bs-callout.bs-callout-info | |
91 | + %h4 Public profile | |
92 | + %p Your profile is publicly visible because you joined public project(s) | |
93 | + | |
94 | + | |
89 | 95 | .form-actions |
90 | 96 | = f.submit 'Save changes', class: "btn btn-save" | ... | ... |