Remove team_member show page -> use user_path instead
This commit is contained in:
parent
366bc32013
commit
fa9a8c3847
13 changed files with 34 additions and 178 deletions
|
@ -3,21 +3,21 @@
|
|||
Profile
|
||||
%ul.well-list
|
||||
%li
|
||||
%strong Email
|
||||
%span.pull-right= mail_to user.email
|
||||
%span.light Member since
|
||||
%strong= user.created_at.stamp("Aug 21, 2011")
|
||||
- unless user.skype.blank?
|
||||
%li
|
||||
%strong Skype
|
||||
%span.pull-right= user.skype
|
||||
%span.light Skype:
|
||||
%strong= user.skype
|
||||
- unless user.linkedin.blank?
|
||||
%li
|
||||
%strong LinkedIn
|
||||
%span.pull-right= user.linkedin
|
||||
%span.light LinkedIn:
|
||||
%strong= user.linkedin
|
||||
- unless user.twitter.blank?
|
||||
%li
|
||||
%strong Twitter
|
||||
%span.pull-right= user.twitter
|
||||
%span.light Twitter:
|
||||
%strong= user.twitter
|
||||
- unless user.bio.blank?
|
||||
%li
|
||||
%strong Bio
|
||||
%span.pull-right= user.bio
|
||||
%span.light Bio:
|
||||
%span= user.bio
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
%i.icon-edit
|
||||
Edit Profile
|
||||
%br
|
||||
%small @#{@user.username}
|
||||
%small #{@user.username}
|
||||
%br
|
||||
%small member since #{@user.created_at.stamp("Nov 12, 2031")}
|
||||
.clearfix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue