Corrects position of error message

pull/876/head
Hagen Schink 11 years ago committed by Christian Ratz
parent a3aa926a10
commit fb92ecec8f
  1. 4
      app/views/work_packages/index.html.erb

@ -50,6 +50,8 @@ See doc/COPYRIGHT.rdoc for more details.
<%= render :partial => 'layouts/action_menu_specific' %>
<%= error_messages_for 'query' %>
<div class="title-bar">
<div class="title-bar-extras">
@ -118,8 +120,6 @@ See doc/COPYRIGHT.rdoc for more details.
</div><!-- .title-bar-extras -->
</div><!-- .title-bar -->
<%= error_messages_for 'query' %>
<% if query.valid? %>
<% if work_packages.empty? %>
<p class="nodata"><%= l(:label_no_data) %></p>

Loading…
Cancel
Save