Details table has its own style again.

git-svn-id: https://dev.finn.de/svn/cockpit/branches/reporting_merge@1982 7926756e-e54e-46e6-9721-ed318f58905e
pull/6827/head
w.lindenthal 14 years ago
parent f2754579c8
commit 904d1dfc2e
  1. 2
      app/views/cost_reports/_cost_entry_table.rhtml

@ -1,6 +1,6 @@
<% list = [:spent_on, :user_id, :activity_id, :issue_id, :comments, :project_id] %>
<table class="list report" id="sortable-table">
<table class="report detail-report" id="sortable-table">
<thead>
<tr>
<% list.each do |field| %><th><%= label_for(field) %></th><% end %>

Loading…
Cancel
Save