]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3557 Fix render issue
authorJulien Lancelot <julien.lancelot@gmail.com>
Fri, 21 Jun 2013 13:30:19 +0000 (15:30 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Fri, 21 Jun 2013 13:30:19 +0000 (15:30 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/project/widgets/issues/_issues_list.html.erb

index c243b9d8cc1f6212b15ebc1de87ed63e9b0cdbca..feb14531f348b0c92157e5990baf750f98ee02c2 100644 (file)
@@ -29,7 +29,7 @@
   <table id="issues-widget-list-<%= widget_id -%>" class="data width100">
     <thead>
     <tr>
-      <th coslpan="4">
+      <th coslpan="3">
       </th>
     </tr>
     </thead>
@@ -71,7 +71,7 @@
        link_params[:widget_id] = widget_id
        link_params[:period] = params[:period]
     %>
-    <%= paginate_java(paging, :colspan => 4, :id => "issue-filter-foot-#{widget_id}", :include_loading_icon => true,
+    <%= paginate_java(paging, :colspan => 3, :id => "issue-filter-foot-#{widget_id}", :include_loading_icon => true,
                       :url_results => url_for({:controller => 'issues', :action => 'search' }.merge(search_options)) ) { |label, page_id|
       link_to_remote(label,
                      :update => "issues-widget-#{widget_id}",