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

organization.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4485bb791e47b3e811fee4c472d1d049536b5ae (plain)
1
2
3
4
5
- page_title @organization.name if @organization
- header_title @organization.name, organization_path(@organization) if @organization
- nav(%w[index new].include?(params[:action]) ? "your_work" : "organization")

= render template: "layouts/application"