Skip to content

Commit

Permalink
Merge branch 'master' of github.com:aarek/alarmme
Browse files Browse the repository at this point in the history
  • Loading branch information
aarek committed Sep 18, 2010
2 parents 38ce609 + 6257520 commit f3e0847
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions alarmMe/src/main/scala/pl/dwazero/alarmme/model/Company.scala
Expand Up @@ -19,9 +19,7 @@ object Company extends Company
def menu(prefix: List[String], isLoggedIn: If): Menu = {
val submenus: List[Menu] = List(
Menu(Loc("addCompany", prefix ::: "add" :: Nil, "Dodaj"))

)

return Menu(Loc("indexCompany", prefix ::: "index" :: Nil, "Firmy", isLoggedIn), submenus :_*)
}
}

0 comments on commit f3e0847

Please sign in to comment.