diff options
Diffstat (limited to 'app/views/reports')
-rw-r--r-- | app/views/reports/_details.rhtml | 2 | ||||
-rw-r--r-- | app/views/reports/issue_report.rhtml | 8 |
2 files changed, 1 insertions, 9 deletions
diff --git a/app/views/reports/_details.rhtml b/app/views/reports/_details.rhtml index e16095e2b..af8807fbd 100644 --- a/app/views/reports/_details.rhtml +++ b/app/views/reports/_details.rhtml @@ -6,7 +6,7 @@ <thead><tr> <th style="width:25%"></th> <% for status in @statuses %> -<th style="text-align:left;width:<%= col_width %>%"><div class="square" style="background:#<%= status.html_color %>;"></div> <small><%= status.name %></small></th> +<th style="width:<%= col_width %>%"><%= status.name %></th> <% end %> <th align="center" style="width:<%= col_width %>%"><strong><%=l(:label_open_issues_plural)%></strong></th> <th align="center" style="width:<%= col_width %>%"><strong><%=l(:label_closed_issues_plural)%></strong></th> diff --git a/app/views/reports/issue_report.rhtml b/app/views/reports/issue_report.rhtml index 33f5e4a4d..0eaba58dc 100644 --- a/app/views/reports/issue_report.rhtml +++ b/app/views/reports/issue_report.rhtml @@ -1,11 +1,3 @@ -<% if @total_hours && User.current.allowed_to?(:view_time_entries, @project) %> -<div style="float:right;text-align:right;"> -<strong><%= l(:label_spent_time) %></strong>: <span class="icon icon-time"><%= lwr(:label_f_hour, @total_hours) %></span><br /> -<%= link_to(l(:label_details), {:controller => 'timelog', :action => 'details', :project_id => @project}) %> | -<%= link_to(l(:label_report), {:controller => 'timelog', :action => 'report', :project_id => @project}) %> -</div> -<% end %> - <h2><%=l(:label_report_plural)%></h2> <div class="splitcontentleft"> |