##// END OF EJS Templates
Traditional Chinese translation updated and changed by ChunChang Lo (#18519)...
Traditional Chinese translation updated and changed by ChunChang Lo (#18519) git-svn-id: http://svn.redmine.org/redmine/trunk@13689 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11819:1e738fbacaa0
r13307:e7aad69196b1
Show More
show.html.erb
7 lines | 146 B | text/plain | TextLexer
<%= title [l(:label_group_plural), groups_path], @group.name %>
<ul>
<% @group.users.each do |user| %>
<li><%=h user %></li>
<% end %>
</ul>