Sha256: 63b8b60d393969e8585f90feb200fe49646b203daebde909dff68e330536ac12

Contents?: true

Size: 804 Bytes

Versions: 38

Compression:

Stored size: 804 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(@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

38 entries across 38 versions & 1 rubygems

Version Path
five-two-nw-olivander-0.2.0.40 app/views/application/show.html.haml
five-two-nw-olivander-0.2.0.39 app/views/application/show.html.haml
five-two-nw-olivander-0.2.0.38 app/views/application/show.html.haml
five-two-nw-olivander-0.2.0.37 app/views/application/show.html.haml
five-two-nw-olivander-0.2.0.36 app/views/application/show.html.haml
five-two-nw-olivander-0.2.0.35 app/views/application/show.html.haml
five-two-nw-olivander-0.2.0.34 app/views/application/show.html.haml
five-two-nw-olivander-0.2.0.33 app/views/application/show.html.haml
five-two-nw-olivander-0.2.0.32 app/views/application/show.html.haml
five-two-nw-olivander-0.2.0.31 app/views/application/show.html.haml
five-two-nw-olivander-0.2.0.30 app/views/application/show.html.haml
five-two-nw-olivander-0.2.0.29 app/views/application/show.html.haml
five-two-nw-olivander-0.2.0.28 app/views/application/show.html.haml
five-two-nw-olivander-0.2.0.27 app/views/application/show.html.haml
five-two-nw-olivander-0.2.0.26 app/views/application/show.html.haml
five-two-nw-olivander-0.2.0.25 app/views/application/show.html.haml
five-two-nw-olivander-0.2.0.24 app/views/application/show.html.haml
five-two-nw-olivander-0.2.0.23 app/views/application/show.html.haml
five-two-nw-olivander-0.2.0.22 app/views/application/show.html.haml
five-two-nw-olivander-0.2.0.19 app/views/application/show.html.haml