Skip to content

Commit

Permalink
Merge b9b012e into faa6411
Browse files Browse the repository at this point in the history
  • Loading branch information
bliuredhat committed Nov 2, 2015
2 parents faa6411 + b9b012e commit bc5bef5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pdc/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@

menu = (
MenuItem("Products", "product_pages", menu=(
MenuItem("Base Products", "base_product/index"),
MenuItem("Products", "product/index"),
MenuItem("Product Versions", "product_version/index"),
)),
MenuItem("Releases", "release_pages", menu=(
MenuItem("Releases", "release/index"),
MenuItem("Base Products", "base_product/index"),
)),

MenuItem("Releases", "release/index"),
MenuItem("Composes", "compose/index"),
MenuItem("Arches", "arch/index"),
MenuItem("SigKeys", "sigkey/index"),
Expand Down

0 comments on commit bc5bef5

Please sign in to comment.