added kyr to team display
This commit is contained in:
parent
d487dd5906
commit
124d588b39
|
@ -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|
|
||||
|
|
Loading…
Reference in New Issue