
# Conflicts: # app/views/application/_breadcrumbs.html.slim # app/views/application/welcome.html.slim # app/views/exercise_collections/show.html.slim # app/views/external_users/index.html.slim # app/views/layouts/application.html.slim # app/views/proxy_exercises/index.html.slim # app/views/user_exercise_feedbacks/index.html.slim # app/views/user_mailer/send_thank_you_note.slim
17 lines
549 B
Plaintext
17 lines
549 B
Plaintext
h1 = @user.displayname
|
|
|
|
= row(label: 'external_user.name', value: @user.name)
|
|
//= row(label: 'external_user.email', value: @user.email)
|
|
= row(label: 'external_user.consumer', value: link_to(@user.consumer, @user.consumer))
|
|
= row(label: 'external_user.role', value: t("users.roles.#{@user.role}"))
|
|
|
|
h4.mt-4 = link_to(t('.exercise_statistics'), statistics_external_user_path(@user)) if policy(@user).statistics?
|
|
|
|
h4.mt-4 = t('.tag_statistics')
|
|
#loading
|
|
.spinner
|
|
= t('.loading_tag_statistics')
|
|
#no-elements
|
|
= t('.empty_tag_statistics')
|
|
#tag-grid
|