update adminbsb theme all theme setting

This commit is contained in:
Aung Myo
2017-10-10 14:11:38 +06:30
parent 79c7b46ab7
commit 33f03b2e05
49 changed files with 1443 additions and 1387 deletions

View File

@@ -45,8 +45,8 @@
</div>
<div class="form-actions">
<%= link_to 'Back', inventory_path, class: 'btn btn-success' %>
<%= f.button :submit, class: 'btn btn-primary' %>
<%= link_to 'Back', inventory_path, class: 'btn bg-default waves-effect' %>
<%= f.button :submit, class: 'btn bg-blue wave' %>
</div>
<% end %>

View File

@@ -1,3 +1,4 @@
<div class="container-fluid">
<p id="notice"><%= notice %></p>
<h1>Inventory Definitions</h1>
@@ -23,3 +24,4 @@
<br>
<%= link_to 'New Inventory Definition', new_inventory_definition_path %>
</div>

View File

@@ -1,5 +1,5 @@
<div class="span12">
<div class="container-fluid">
<div class="col">
<div class="page-header">
<ul class="breadcrumb">
<li><a href="<%= root_path %>">Home</a></li>
@@ -9,3 +9,4 @@
</div>
<%= render 'form', inventory: @inventory_definition %>
</div>
</div>