2015-05-10 13:36:29 +03:00
|
|
|
- content_for :title
|
|
|
|
= @user.name
|
|
|
|
|
|
|
|
.row
|
2015-05-24 12:28:05 +03:00
|
|
|
.col-lg-2
|
2015-05-25 11:43:30 +03:00
|
|
|
= image_tag(@user.profile_picture.medium.url)
|
2015-05-24 12:28:05 +03:00
|
|
|
|
|
|
|
.col-lg-10
|
2015-05-10 13:36:29 +03:00
|
|
|
h1.page-header
|
|
|
|
= @user.name
|
|
|
|
|
|
|
|
- if @profile.present?
|
|
|
|
p.biography= simple_format @profile.biography
|