Removed not needed hero box.
This commit is contained in:
parent
7702c3f195
commit
ea46066bfb
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<div class="hero-unit">
|
||||
<div class="">
|
||||
<h1><%- @T('Welcome!') %><small></small></h1>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
@ -6,7 +6,7 @@
|
|||
<p><%- @T('You have not created a Ticket yet.') %></p>
|
||||
<p><%- @T('The way to communicate with us is this thing called "Ticket".') %></p>
|
||||
<p><%- @T('Please click the button below to create your first one.') %></p>
|
||||
|
||||
|
||||
<p><a class="btn btn-primary" href="#customer_ticket_new"><%- @T('Create your first Ticket') %></a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue