app/views/extface/devices/show.html.erb in extface-0.2.3 vs app/views/extface/devices/show.html.erb in extface-0.2.4
- old
+ new
@@ -64,10 +64,12 @@
<dd><pre><%= extface.pull_url(@device.uuid) %></pre></dd>
</dl>
<hr />
-<% if @device.print? %>
+<%= driver_control @device.driver %>
+
+<% if true #@device.print? %>
<%= button_to 'Print Test Page', test_page_device_path(@device), remote: true, name: :test_page, value: true, class: 'btn btn-warning' %>
<% end %>
<% if @device.fiscal? %>
<%= button_to 'Non Fiscal Test', fiscal_device_path(@device), remote: true, name: :non_fiscal_test, value: true, class: 'btn btn-warning' %>
<%= button_to 'Fiscal Test', fiscal_device_path(@device), remote: true, name: :fiscal_test, value: true, class: 'btn btn-warning' %>