basic layout template
This commit is contained in:
17
app/views/install/index.html.erb
Normal file
17
app/views/install/index.html.erb
Normal file
@@ -0,0 +1,17 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-3 col-md-3"></div>
|
||||
<div class="col-lg-6 col-md-6 ">
|
||||
<div class="card">
|
||||
|
||||
<div class="card-block">
|
||||
<h4 class="card-title text-center">New Restaurant Installation</h4>
|
||||
<br/>
|
||||
<h6 class="card-subtitle mb-2 text-muted">Welcome to new installation of SmartSales Restaurant Edition</h6>
|
||||
<p class="card-text">Please provide us with following details to setup necessary user account and base system settings.</p>
|
||||
<%= render "install/form" %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-3"></div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user