added kyr to team display

This commit is contained in:
Andreas N 2015-01-05 00:02:13 +01:00
parent d487dd5906
commit 124d588b39
1 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,13 @@
.media-body
%h4.entry-text.entry-about pixeldesu
%h6.entry-subtext Frontend Design & Layout
.media
.pull-left
%a{href: show_user_profile_path('kyr')}
%img.img-rounded.answerbox--img{src: User.find_by_screen_name('kyr').profile_picture.url(:medium)}
.media-body
%h4.entry-text.entry-about kyr
%h6.entry-subtext Node.js & Javascript
%h3 Moderators
%ul.about--moderator
- User.where(moderator: true).each do |mod|