Sha256: 7e27679d82c36d1d2a960820066560fd0427cc1976a90a4434f2491ad554413e
Contents?: true
Size: 1.54 KB
Versions: 1
Compression:
Stored size: 1.54 KB
Contents
.container-fluid .row.header.navbar.justify-content-between .col-4.col-md-2 = link_to('PROLIFT', '/') .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.1 | app/views/shopapp/_shopapp.html.haml |