fixes from comments
This commit is contained in:
parent
d7c7d878f2
commit
5a1dae866a
7 changed files with 23 additions and 34 deletions
|
|
@ -9,10 +9,10 @@
|
|||
= image_tag(key.gravatar_url(size: '25'), title: "Yo #{key.name}!", :alt => '', 'class'=>'img-circle img-responsive text-center')
|
||||
.col-md-10
|
||||
%h4
|
||||
= link_to "#{key.name}", admin_user_path(key)
|
||||
= link_to key.name, admin_user_path(key)
|
||||
%div
|
||||
%small
|
||||
= link_to "#{pluralize(value, 'submission')}", admin_user_path(key)
|
||||
= link_to pluralize(value, 'submission'), admin_user_path(key, tab: 'submissions-content')
|
||||
- else
|
||||
%h4.text-warning
|
||||
No submissions!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue