diff --git a/README.md b/README.md index 6df371c..97f6f6e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Assignee column and some preferences for Gantt chart. ![Progressive Gantt Mods Screenshot](http://stgeneral.github.io/redmine-progressive-gantt-mods/images/progressive_gantt_mods-screen-en.png) -Compatible with [Redmine](http://www.redmine.org/) 2.4. +Compatible with [Redmine](http://www.redmine.org/) 3.3.1. Other Proressive plugins for Redmine ------------------------------------ diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb index 15a1ec1..f62799c 100644 --- a/app/views/gantts/show.html.erb +++ b/app/views/gantts/show.html.erb @@ -23,7 +23,7 @@ end %> -

<%= @query.new_record? ? l(:label_gantt) : h(@query.name) %>

+

<%= @query.new_record? ? l(:label_gantt) : @query.name %>

<%= form_tag({:controller => 'gantts', :action => 'show', :project_id => @project, :month => params[:month], @@ -37,7 +37,7 @@ <%= render :partial => 'queries/filters', :locals => {:query => @query} %> -