merge with master
This commit is contained in:
5
app/controllers/oqs/print_controller.rb
Normal file
5
app/controllers/oqs/print_controller.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class Oqs::PrintController < ApplicationController
|
||||
def print
|
||||
|
||||
end
|
||||
end
|
||||
2
app/helpers/oqs/print_helper.rb
Normal file
2
app/helpers/oqs/print_helper.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
module Oqs::PrintHelper
|
||||
end
|
||||
@@ -197,7 +197,7 @@
|
||||
<!-- Column Three--->
|
||||
<div class="col-lg-1 col-md-1 col-sm-1">
|
||||
<!-- OQS Buttons -->
|
||||
<button type="button" class="btn btn-primary btn-lg btn-block" disabled>Print</button>
|
||||
<a href=<%= oqs_print_path %> title="Print Order Item" class="btn btn-primary btn-lg btn-block">Print</a>
|
||||
<button type="button" class="btn btn-primary btn-lg btn-block" disabled>Print <br/>Order<br/>Summary</button>
|
||||
|
||||
</div>
|
||||
|
||||
2
app/views/oqs/print/print.html.erb
Normal file
2
app/views/oqs/print/print.html.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>Oqs::Print#print</h1>
|
||||
<p>Find me in app/views/oqs/print/print.html.erb</p>
|
||||
Reference in New Issue
Block a user