jbbarth / redmine_better_crossprojects

Temporary plugin to handle usability problems discussed on redmine.org #5920
http://www.redmine.org/issues/5920
12 stars 8 forks source link

Missing "view closed project ?" #1

Closed amityuko closed 11 years ago

amityuko commented 11 years ago

Have tried new look on a project page... Very nice. Just missing "show closed projects" ... Or I am mistaken...

Thanks Andy

amityuko commented 11 years ago

have fixed that just put in sidebar following code...

<%= form_tag({}, :method => :get) do %>

<%= l(:label_project_plural) %>

<label for="closed"><%= check_box_tag 'closed', 1, params[:closed] %> <%= l(:label_show_closed_projects) %></label>
<p><%= submit_tag l(:button_apply), :class => 'button-small', :name => nil %></p>

<% end %>