This commit is contained in:
alanlong9278 2015-05-08 09:38:21 +08:00
commit 53124710d8
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@
<%= check_box_tag 'membership[role_ids][]', role.id %>
<% if User.current.language == "zh" %>
<% if role.id == 3 %>
<label >管理员</label>
<label >管理员</label>
<% elsif role.id == 4 %>
<label >开发人员</label>
<% else %>