Misplaced closing tbody tag.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7988 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-11-29 20:17:34 +00:00
parent e508677228
commit 5c2a146b24

View File

@ -32,8 +32,8 @@
:class => 'icon icon-del' %> :class => 'icon icon-del' %>
</td> </td>
</tr> </tr>
</tbody>
<% end; reset_cycle %> <% end; reset_cycle %>
</tbody>
</table> </table>
<% else %> <% else %>
<p class="nodata"><%= l(:label_no_data) %></p> <p class="nodata"><%= l(:label_no_data) %></p>