app/views/fare_providers/show.html.slim
- breadcrumb :fare_provider, @workbench, @fare_provider
- page_header_content_for @fare_provider
.page_content
.container-fluid
.row
.col-lg-6.col-md-6.col-sm-12.col-xs-12
= simple_block_for @fare_provider, title: t('fare_providers.form.sections.identification') do |d|
= d.attribute :name
= d.attribute :short_name
= d.attribute :workbench, as: :association
= d.attribute :created_at, as: :datetime
= d.attribute :updated_at, as: :datetime
.col-lg-6.col-md-6.col-sm-12.col-xs-12
= simple_block_for @fare_provider, title: t('fare_providers.form.sections.associated_resources') do |d|
= d.attribute :fare_zones, as: :count
.row
.col-lg-6.col-md-6.col-sm-12.col-xs-12
= render 'codes/block', model: @fare_provider