Sha256: f24bd0cef322f8cd5528ed4c3c6b103361976bfcda0f2b65df011dc601e340fe
Contents?: true
Size: 747 Bytes
Versions: 12
Compression:
Stored size: 747 Bytes
Contents
<p class="alert alert-danger"><span class="glyphicon glyphicon-exclamation-sign"></span> <strong>Attention!</strong> This section is deprecated. The members resource area should be used instead of the details one.</p> <ul class="nav nav-tabs" id="admin-menu-tab"> <%= content_tag :li, link_to(t('new'), new_detail_path), ({ class: 'active' } if controller.action_name.to_s == 'new' ) %> <%= content_tag :li, link_to(t('list'), users_path), ({ class: 'active' } if controller.action_name.to_s == 'index' ) %> <%= content_tag :li, link_to(t('view'), '#'), ({ class: 'active' }) if controller.action_name.to_s == 'show' %> <%= content_tag :li, link_to(t('edit'), '#'), ({ class: 'active' }) if controller.action_name.to_s == 'edit' %> </ul>
Version data entries
12 entries across 12 versions & 1 rubygems