Skip to content
Snippets Groups Projects
Unverified Commit e74077cf authored by Pierre-André Boissinot's avatar Pierre-André Boissinot Committed by GitHub
Browse files

Merge pull request #1623 from noesya/add_filter_to_server_dashboard

Ajout d'un filtre sur le dashboard du server
parents 166f7ef3 27a19825
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ class Server::DashboardController < Server::ApplicationController
path: server_websites_path
}
]
@websites = Communication::Website.for_older_theme_version(Osuny::ThemeInfo.get_current_version).ordered
@websites = Communication::Website.with_url.for_older_theme_version(Osuny::ThemeInfo.get_current_version).ordered
breadcrumb
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment