made the reporting without group_bys looking more like the old reporting (btw: added a comments row)

git-svn-id: https://dev.finn.de/svn/cockpit/branches/reporting_merge@1910 7926756e-e54e-46e6-9721-ed318f58905e
pull/6827/head
p.tessenow 14 years ago
parent 6d3a0721f3
commit 63c36ca5ad
  1. 2
      app/views/cost_reports/_cost_entry_table.rhtml
  2. 2
      config/locales/de.yml
  3. 2
      config/locales/en.yml

@ -1,4 +1,4 @@
<% list = [:project_id, :issue_id, :spent_on, :user_id, :activity_id] %> <% list = [:spent_on, :user_id, :activity_id, :issue_id, :comments, :project_id] %>
<table class="list report"> <table class="list report">
<thead> <thead>

@ -26,3 +26,5 @@ de:
description_drill_down: Details anzeigen description_drill_down: Details anzeigen
validation_failure_date: "ist kein gültiges Datum" validation_failure_date: "ist kein gültiges Datum"
comments: "Kommentar"

@ -26,3 +26,5 @@ en:
description_drill_down: Show details description_drill_down: Show details
validation_failure_date: "is not a valid date" validation_failure_date: "is not a valid date"
comments: "Comment"

Loading…
Cancel
Save