%= stylesheet_link_tag "dashboard" %>_
Toggle navigation
Pearlception
<%= link_to(destroy_user_session_path, class: 'logout-link', :method => :delete) do %>
Logout <% end %>
Overview
<% if current_user.admin? %>
Companies
<% else %>
Statistics
Grades
(current)
Suppliers and Distributors
<% end %>
<%= form_for @grade, :url =>{:action => "update", :id =>@grade} do |f|%>
Full Name
Short Name(10 characters max)
Max Width
Minimum Width
Max Length
Minimum Length
Max Height
Minimum Height
Submit
<% end %>
<%= javascript_include_tag "bootstrap.min" %>_