fixes from comments

This commit is contained in:
Stella Rouzi 2014-08-06 22:23:10 +03:00
parent d7c7d878f2
commit 5a1dae866a
7 changed files with 23 additions and 34 deletions

View file

@ -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!