Sha256: 89aaea20fd18e2baaea2f519a7734c0a22ca389c71d04fd7b3bc47fb348f9a4f

Contents?: true

Size: 828 Bytes

Versions: 18

Compression:

Stored size: 828 Bytes

Contents

- resource = (@_effective_resource || Effective::Resource.new(controller_path))
- @resource = instance_variable_get('@' + resource.name) if resource.name

= render_optional_partial 'show_before'

- if @resource
  .row
    .col-12
      .card.card-primary
        .card-header
          %h3.card-title= @resource.to_s
          .card-tools
            = resource_form_actions(@context.route_builder, @resource, for_action: action_name.to_sym)
        .card-body
          = render_optional_partial 'show_inside_before'
          = render Olivander::Components::ResourceShowComponent.new(@resource, [])
          = render_optional_partial 'show_inside_after'
        .card-footer.text-right
          = link_to 'Cancel', @_effective_resource.action_path(:index), class: 'btn btn-secondary'

= render_optional_partial 'show_after'

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
five-two-nw-olivander-0.2.0.0 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.60 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.59 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.58 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.57 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.56 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.55 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.54 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.53 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.52 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.51 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.50 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.49 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.48 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.47 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.46 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.45 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.44 app/views/application/show.html.haml