]> source.dussan.org Git - redmine.git/commitdiff
code format clean up app/views/projects/settings/_members.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 4 Feb 2014 23:50:32 +0000 (23:50 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 4 Feb 2014 23:50:32 +0000 (23:50 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12797 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/projects/settings/_members.html.erb

index ac62d48db078d7af2cd5f178ba1a82b642b8a5a9..ba7bf91f144cd353de26086351e392634d5e34f9 100644 (file)
@@ -5,12 +5,14 @@
 <div class="splitcontentleft">
 <% if members.any? %>
 <table class="list members">
-  <thead><tr>
-    <th><%= l(:label_user) %> / <%= l(:label_group) %></th>
-    <th><%= l(:label_role_plural) %></th>
-    <th style="width:15%"></th>
-          <%= call_hook(:view_projects_settings_members_table_header, :project => @project) %>
-  </tr></thead>
+  <thead>
+    <tr>
+      <th><%= l(:label_user) %> / <%= l(:label_group) %></th>
+      <th><%= l(:label_role_plural) %></th>
+      <th style="width:15%"></th>
+      <%= call_hook(:view_projects_settings_members_table_header, :project => @project) %>
+    </tr>
+  </thead>
   <tbody>
   <% members.each do |member| %>
   <% next if member.new_record? %>