Sha256: 55f5edfe4769d5d6e461e2bdb8b350d9c731537be590212f89a0d0bec299478e

Contents?: true

Size: 1.58 KB

Versions: 1

Compression:

Stored size: 1.58 KB

Contents

.container-fluid
  .row.header.navbar.justify-content-between
    .col-4.col-md-2
      = link_to(Rails.configuration.settings['shopapp_name'], '/')
    .col-4.col-md-2.order-md-2
      .row.justify-content-end
        .col-4
          = render 'layouts/header_menu'
        .col-4
          .dropdown
            %button#more_apps(aria-expanded="false" aria-haspopup="true" data-toggle="dropdown" type="button")
              %i.fa.fa-th(aria-hidden="true")
            .dropdown-menu.dropdown-menu-right(aria-labelledby="dropdownMenuButton" style="right: 0; left: auto;")
              %a.dropdown-item(href="#") Order Manager
              %a.dropdown-item(href="#") Shipment Manager
              %a.dropdown-item(href="#") Store Configuration
        .col-4
          .dropdown
            %button#profile(aria-expanded="false" aria-haspopup="true" data-toggle="dropdown" type="button")
              %i.fa.fa-user(aria-hidden="true")
            .dropdown-menu.dropdown-menu-right(aria-labelledby="dropdownMenuButton" style="right: 0; left: auto;")
              .dropdown-header=@current_user['email']
              %a.dropdown-item(href="#") Edit Profile 
              = link_to(logout_path, method: :delete, :class => 'dropdown-item') do
                Logout
    .col-md-6.order-1
      %form(action="")
        .input-group
          %input#search.form-control(name="search" placeholder="Search for product" type="text" value=@search)
          %button.btn.btn-primary.input-group-addon(type="submit" style="width: 80px; padding-left: 30px;")
            %i.fa.fa-search(aria-hidden="true")
  = yield

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shopapp-0.0.3 app/views/shopapp/_shopapp.html.haml