clarion/app/views/management/users/show.html.slim

17 lines
353 B
Plaintext
Raw Normal View History

2015-05-10 13:36:29 +03:00
- content_for :title
= @user.name
.row
.col-lg-2
- if @profile.present? and @profile.picture.present?
= image_tag(@profile.picture.medium.url)
- else
-# TODO photo placeholder, default user image
.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