Sha256: f5829458154445afa9389f0e925011ee4604a5d6da62df2c417f3557b82531b3

Contents?: true

Size: 715 Bytes

Versions: 27

Compression:

Stored size: 715 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 Olivander::Components::ResourceShowComponent.new(@resource, [])
        .card-footer.text-right
          = link_to 'Cancel', @_effective_resource.action_path(:index), class: 'btn btn-secondary'

= render_optional_partial 'show_after'

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
five-two-nw-olivander-0.1.2.43.a app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.43 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.42 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.41 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.40 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.39 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.38 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.37 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.36 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.35 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.34 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.33 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.32 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.31 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.30 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.29 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.28 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.27 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.26 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.25 app/views/application/show.html.haml