Link user "profile" to their statistics

This commit is contained in:
Maximilian Grundke
2016-01-28 14:51:57 +01:00
parent 4ee474a7d2
commit d1ece64ee3

View File

@ -3,3 +3,6 @@ h1 = @user.name
= 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))
br
= link_to(t('shared.statistics'), statistics_external_user_path(@user))