Merge branch 'fix/exercise-anomaly-detection-nil-values' into feature/ordered_exercise_collection
This commit is contained in:
@@ -4,5 +4,12 @@ h1 = @user.name
|
||||
//= row(label: 'external_user.email', value: @user.email)
|
||||
= row(label: 'external_user.consumer', value: link_to(@user.consumer, @user.consumer))
|
||||
|
||||
br
|
||||
= link_to(t('shared.statistics'), statistics_external_user_path(@user))
|
||||
h4 = link_to(t('.exercise_statistics'), statistics_external_user_path(@user))
|
||||
|
||||
h4 = t('.tag_statistics')
|
||||
#loading
|
||||
.spinner
|
||||
= t('.loading_tag_statistics')
|
||||
#no-elements
|
||||
= t('.empty_tag_statistics')
|
||||
#tag-grid
|
||||
|
Reference in New Issue
Block a user