28 lines
822 B
Plaintext
28 lines
822 B
Plaintext
/.row: .small-12.columns: ul.breadcrumbs
|
|
li.current: a= model.name
|
|
d-breadcrumbs as |breadcrumb|
|
|
breadcrumb.item
|
|
= link-to 'organization': span= t 'models.plural.organization'
|
|
breadcrumb.item active=true
|
|
= model.name
|
|
|
|
.ui.container
|
|
.ui.header
|
|
.ui.right.floated.icon.buttons
|
|
if (can 'manage' 'model' 'panda/organization')
|
|
= push-action type='edit' action='editOrganization' model=model
|
|
h2
|
|
span.resource-descriptor= t 'models.organization'
|
|
span.resource-name= model.name
|
|
.ui.segment
|
|
if model.logo
|
|
img src=model.logo_url.large
|
|
ul.ui.list
|
|
li= link-to 'organization.show.project-actions' model
|
|
span= t 'organization.project_actions.title'
|
|
organization-statistics1 record=model
|
|
|
|
/= line-chart data=chart_data
|
|
/= gantt-chart organization=model
|
|
|