Sha256: 73ad27b9edf8c1d0f202be6c77f8436ee7bd7a412bfdfcbe81ba97325dfe301f
Contents?: true
Size: 579 Bytes
Versions: 2
Compression:
Stored size: 579 Bytes
Contents
- content_for :title do = t( @resource_class.table_name + '.show.title') - @disabled = true %h3= t( @resource_class.table_name + '.show.title') = render 'form' .right-align = link_to t( @resource_class.table_name + '.actions.edit'), edit_resource_url, class: 'waves-effect waves-light btn' = link_to t( @resource_class.table_name + '.actions.index'), resources_url, class: 'waves-effect waves-light btn' - if %w{ show }.include? params[:action] = render partial: 'users/account_users' = render partial: 'users/invitations/new', locals: { account_id: resource.id }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
oxen_account-0.1.1 | app/views/accounts/show.html.haml |
oxen_account-0.1.0 | app/views/accounts/show.html.haml |