Skip to content

Commit

Permalink
Update init.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Nov 9, 2015
1 parent 591a7fe commit 492a152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

menu(
:top_menu,
:esteren,
:esteren_issues,
{:controller => :issues, :action => :index},
:caption => :label_issue_plural,
:if => Proc.new {
Expand All @@ -19,7 +19,7 @@

menu(
:top_menu,
:esteren,
:esteren_time_entries,
{:controller => :time_entries, :action => :index},
:caption => :label_time_tracking,
:if => Proc.new {
Expand Down

0 comments on commit 492a152

Please sign in to comment.