summaryrefslogtreecommitdiff
path: root/app/views/admin/users/_profile.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/users/_profile.html.haml')
-rw-r--r--app/views/admin/users/_profile.html.haml14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/views/admin/users/_profile.html.haml b/app/views/admin/users/_profile.html.haml
index 6bc217f84cc..c2502c82dd0 100644
--- a/app/views/admin/users/_profile.html.haml
+++ b/app/views/admin/users/_profile.html.haml
@@ -1,13 +1,13 @@
.panel.panel-default
.panel-heading
- Profile
+ 个人资料
%ul.well-list
%li
- %span.light Member since
+ %span.light 注册时间:
%strong= user.created_at.to_s(:medium)
- unless user.public_email.blank?
%li
- %span.light E-mail:
+ %span.light 电子邮箱:
%strong= link_to user.public_email, "mailto:#{user.public_email}"
- unless user.skype.blank?
%li
@@ -15,17 +15,17 @@
%strong= link_to user.skype, "skype:#{user.skype}"
- unless user.linkedin.blank?
%li
- %span.light LinkedIn:
+ %span.light 领英:
%strong= link_to user.linkedin, "https://www.linkedin.com/in/#{user.linkedin}"
- unless user.twitter.blank?
%li
- %span.light Twitter:
+ %span.light 推特:
%strong= link_to user.twitter, "https://twitter.com/#{user.twitter}"
- unless user.website_url.blank?
%li
- %span.light Website:
+ %span.light 网站:
%strong= link_to user.short_website_url, user.full_website_url
- unless user.location.blank?
%li
- %span.light Location:
+ %span.light 位置:
%strong= user.location