Sha256: 0f1323dfbf973c0a2939080188d9d55a3e2fdf36f175c9a218e92d4d3b8a1db9
Contents?: true
Size: 628 Bytes
Versions: 2
Compression:
Stored size: 628 Bytes
Contents
- @page_title = @user.real_name || @user.username .page__actions = link_to _('Show online'), @user, class: 'btn btn--show' = link_to _('Destroy'), admin_user_path(@user), method: :delete, data: { confirm: _('Are you sure?') }, class: 'btn btn--destroy' %ul %li %strong= _('Username:') = @user.username %li %strong= _('Email:') = link_to @user.email, "mailto:#{@user.email}" %li %strong= _('Real name:') = @user.real_name %li %strong= _('Subscription date:') = @user.created_at %dt= _('Bio') = markdown(@user.biography || '')
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
elabs-2.0.0 | app/views/elabs/admin/users/show.html.haml |
elabs-2.0.0.pre | app/views/elabs/admin/users/show.html.haml |