Merge branch 'szzh' of http://xianbo_trustie2@repository.trustie.net/xianbo/trustie2.git into szzh
This commit is contained in:
commit
53124710d8
|
@ -141,7 +141,7 @@
|
||||||
<%= check_box_tag 'membership[role_ids][]', role.id %>
|
<%= check_box_tag 'membership[role_ids][]', role.id %>
|
||||||
<% if User.current.language == "zh" %>
|
<% if User.current.language == "zh" %>
|
||||||
<% if role.id == 3 %>
|
<% if role.id == 3 %>
|
||||||
<label >管理员</label>
|
<label >管理人员</label>
|
||||||
<% elsif role.id == 4 %>
|
<% elsif role.id == 4 %>
|
||||||
<label >开发人员</label>
|
<label >开发人员</label>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
|
Loading…
Reference in New Issue