update adminbsb theme all theme setting
This commit is contained in:
@@ -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 %>
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user