Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: d7926343f6c08b6e749ef21794a48067229c3954 https://github.com/openSUSE/open-build-service/commit/d7926343f6c08b6e749ef2... Author: Björn Geuken <bgeuken@suse.de> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: M src/api/app/views/webui2/webui/project/_breadcrumb_items.html.haml M src/api/app/views/webui2/webui/project/_tabs.html.haml Log Message: ----------- Add project variable to all *_path calls in our breadcrumb partial While working on the bootstrap migration for the status tab I got routing issues due to missing 'project' parameters. The reason for that is that we explicitly set the 'project' for some path helper calls, but not for all. ==== No route matches {:action=>"index", :controller=>"webui/repositories", :format=>"html"}, missing required keys: [:project] - unless project.defines_remote_instance? || project.is_maintenance? %li.nav-item = tab_link('Repositories', repositories_path) %li.nav-item = tab_link('Monitor', project_monitor_path(project)) %li.nav-item Commit: 6529f9f7c375dd6af10486d2ec4e9a55929c055b https://github.com/openSUSE/open-build-service/commit/6529f9f7c375dd6af10486... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: M src/api/app/views/webui2/webui/project/_breadcrumb_items.html.haml M src/api/app/views/webui2/webui/project/_tabs.html.haml Log Message: ----------- Merge pull request #6491 from bgeuken/fix_breadcrumbs Add project variable to all *_path calls in our breadcrumb partial Compare: https://github.com/openSUSE/open-build-service/compare/f263fe84c94e...6529f9... **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.