initial print setup
This commit is contained in:
64
app/views/print_settings/show.html.erb
Normal file
64
app/views/print_settings/show.html.erb
Normal file
@@ -0,0 +1,64 @@
|
||||
<p id="notice"><%= notice %></p>
|
||||
|
||||
<p>
|
||||
<strong>Name:</strong>
|
||||
<%= @print_setting.name, %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Unique code:</strong>
|
||||
<%= @print_setting.unique_code, %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Template:</strong>
|
||||
<%= @print_setting.template, %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Db name:</strong>
|
||||
<%= @print_setting.db_name, %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Db type:</strong>
|
||||
<%= @print_setting.db_type, %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Db username:</strong>
|
||||
<%= @print_setting.db_username, %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Db password:</strong>
|
||||
<%= @print_setting.db_password, %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Printer name:</strong>
|
||||
<%= @print_setting.printer_name, %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Api settings:</strong>
|
||||
<%= @print_setting.api_settings, %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Page width:</strong>
|
||||
<%= @print_setting.page_width %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Page height:</strong>
|
||||
<%= @print_setting.page_height %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Print copies:</strong>
|
||||
<%= @print_setting.print_copies %>
|
||||
</p>
|
||||
|
||||
<%= link_to 'Edit', edit_print_setting_path(@print_setting) %> |
|
||||
<%= link_to 'Back', print_settings_path %>
|
||||
Reference in New Issue
Block a user