merge with master

This commit is contained in:
Yan
2017-06-02 16:52:58 +06:30
parent 7e46e3c634
commit 6d705e2860
8 changed files with 44 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
class Oqs::PrintController < ApplicationController
def print
end
end

View File

@@ -0,0 +1,2 @@
module Oqs::PrintHelper
end

View File

@@ -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>

View File

@@ -0,0 +1,2 @@
<h1>Oqs::Print#print</h1>
<p>Find me in app/views/oqs/print/print.html.erb</p>