Sha256: 2128dba93b8915779a84a8237097eafc9a6ef3d397bbaee54c4a8ca6660d08e1

Contents?: true

Size: 1.06 KB

Versions: 2

Compression:

Stored size: 1.06 KB

Contents

%p#notice= notice

#page-title.bottom-margin-1
  .row
    .col-xs-8
      %h1= @resource.human
    .col-xs-4
      #page-actions.btn-container-right
        - if Ecm::UserArea::Configuration.allow_users_to_destroy_self
          .pull-right
            = link_to(ecm_user_area.user_path, method: :delete, class: 'btn btn-danger btn-responsive', 'data-confirm': I18n.t('confirmations.delete')) do
              %span.glyphicon.glyphicon-fire
              %span.btn-text= t('.destroy')

.panel.panel-default.panel-with-actions
  %table.table.table-striped.table-condensed.table-hover
    = render_resource(@resource, as: :bootstrap_attribute_table) do |table|
      = render 'show', table: table

  .panel-footer

= render 'show_extras', resource: @resource

.well.well-sm
  = link_to(ecm_user_area.edit_user_path, class: 'btn btn-primary btn-responsive') do
    %span.glyphicon.glyphicon-pencil
    %span.btn-text= t('.edit')
  = link_to main_app.root_path, class: 'btn btn-default btn-responsive pull-right' do
    %span.glyphicon.glyphicon-arrow-left
    %span.btn-text= t('.back')

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ecm_user_area2-2.0.0 app/views/ecm/user_area/users/base/show.html.haml
ecm_user_area2-1.2.10 app/views/ecm/user_area/users/base/show.html.haml