def search_community_options
    host = environment.default_hostname
    [
      (link_to s_("communities|More recent"), controller: "search", action: "communities", order: "more_recent"),
      (link_to s_("communities|More active"), controller: "search", action: "communities", order: "more_active"),