Skip to content

Commit

Permalink
fix sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
EgbertW committed May 23, 2014
1 parent fafe1a0 commit 49323a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/hooks/_rmp_add_links.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<% if User.current.allowed_to?(:plan_issues, @project) %>
<h3><%= l(:planning_head_planning) %></h3>
<p>
<%= link_to(:planning_label_planning, rmp_gshow_planning_path) %> |
<%= link_to l(:planning_label_planning), rmp_gshow_planning_path %> |
</p>
<% else %>
<h3><%= l(:planning_head_planning) %></h3>
Expand Down
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
description 'Offers a UI tailored for planning projects by dragging, dropping ' +
'and resizing issues and by adding and editing relations and ' +
'providing critical path analysis'
version '0.6.6'
version '0.6.7'

if respond_to?(:url)
url 'https://github.com/MadEgg/redmine_planning'
Expand Down

0 comments on commit 49323a0

Please sign in to comment.