Skip to content

Commit

Permalink
Removes unexistent action from config backend/activity_tactics#index
Browse files Browse the repository at this point in the history
  • Loading branch information
Brice TEXIER committed Aug 17, 2016
1 parent 1fe0565 commit dcb8c6b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion config/locales/eng/action.yml
Expand Up @@ -47,7 +47,6 @@ eng:
# show: "Activity season: %{name}"
backend/activity_tactics:
# edit: "Edit activity tactic: %{name}"
# index: "Activity tactics"
# new: "New activity tactic"
# show: "Activity tactic: %{name}"
backend/affairs:
Expand Down
1 change: 0 additions & 1 deletion config/navigation.xml
Expand Up @@ -608,7 +608,6 @@
<page to="backend/activity_seasons#show"/>
<page to="backend/activity_seasons#unroll"/>
<page to="backend/activity_seasons#update"/>
<page to="backend/activity_tactics#index"/>
<page to="backend/activity_tactics#create"/>
<page to="backend/activity_tactics#destroy"/>
<page to="backend/activity_tactics#edit"/>
Expand Down
1 change: 0 additions & 1 deletion config/rights.yml
Expand Up @@ -187,7 +187,6 @@ activities:
- "backend/activity_seasons#index"
- "backend/activity_seasons#show"
- "backend/activity_seasons#unroll"
- "backend/activity_tactics#index"
- "backend/activity_tactics#show"
- "backend/activity_tactics#unroll"
- "backend/inspections#index"
Expand Down

0 comments on commit dcb8c6b

Please sign in to comment.