Sha256: 6ff8ac439f5052342163aaca7adbfc5955432860a6ec69af27330f737026b54c

Contents?: true

Size: 1.76 KB

Versions: 24

Compression:

Stored size: 1.76 KB

Contents

<div class="row">
      
  <div class="col-md-12">
    
    <ul class="nav nav-tabs">
    </ul>
    <div class="tab-content">
      <div class="tab-pane active">

        <div id="div_role_action_buttons">
          <div class="row">
            <div class="col-md-6">
              
              <%= theme_button('Add a Role', 'plus', new_role_path(), classes: "pull-left mr-10", btn_type: "success") if @current_user.has_create_permission?(Role) %>

              <%= theme_button('Refresh', 'refresh', roles_path(), classes: "pull-left mr-10", btn_type: "white") %>

              <%= theme_button('Manage Users', 'nothing linecons-graduation-cap', users_path(), classes: "pull-left mr-10", btn_type: "white", remote: false) if @current_user.has_read_permission?(User) %>

              <!-- Single button -->
              <div class="ml-10 btn-group hidden">
                <button type="button" class="btn btn-white dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                  More Actions <span class="caret"></span>
                </button>
                <ul class="dropdown-menu">
                  <li><a href="#">Import Users</a></li>
                  <li><a href="#">Import History</a></li>
                  <li role="separator" class="divider"></li>
                  <li><a href="#">Export Users</a></li>
                </ul>
              </div>

            </div>
            <div class="col-md-6">
              <%= search_form_kuppayam(Role, roles_path, text: @filters[:query]) %>
            </div>
          </div>
        </div>
        <%= clear_tag(10) %>

        <div id="div_role_index">
          <%= render :partial=>"usman/roles/index" %>
        </div>
        <%= clear_tag(10) %>

      </div>
    </div>

  </div>

</div>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
usman-0.3.33 app/views/usman/roles/index.html.erb
usman-0.3.32 app/views/usman/roles/index.html.erb
usman-0.3.31 app/views/usman/roles/index.html.erb
usman-0.3.30 app/views/usman/roles/index.html.erb
usman-0.3.29 app/views/usman/roles/index.html.erb
usman-0.3.28 app/views/usman/roles/index.html.erb
usman-0.3.27 app/views/usman/roles/index.html.erb
usman-0.3.26 app/views/usman/roles/index.html.erb
usman-0.3.25 app/views/usman/roles/index.html.erb
usman-0.3.24 app/views/usman/roles/index.html.erb
usman-0.3.23 app/views/usman/roles/index.html.erb
usman-0.3.22 app/views/usman/roles/index.html.erb
usman-0.3.21 app/views/usman/roles/index.html.erb
usman-0.3.20 app/views/usman/roles/index.html.erb
usman-0.3.19 app/views/usman/roles/index.html.erb
usman-0.3.18 app/views/usman/roles/index.html.erb
usman-0.3.17 app/views/usman/roles/index.html.erb
usman-0.3.16 app/views/usman/roles/index.html.erb
usman-0.3.15 app/views/usman/roles/index.html.erb
usman-0.3.14 app/views/usman/roles/index.html.erb