Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.html.haml « models « ml « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be611e55304dc4193d268aeb831535f04820774c (plain)
1
2
3
4
5
- add_to_breadcrumbs s_('ModelRegistry|Model registry'), project_ml_models_path(@model.project)
- breadcrumb_title @model.name
- page_title @model.name

= render(Projects::Ml::ShowMlModelComponent.new(model: @model))