Finished Request Bill print function

This commit is contained in:
Aung Myo
2017-06-03 17:04:17 +06:30
parent 138850fb24
commit a2c9996b76
7 changed files with 131 additions and 19 deletions

View File

@@ -1,7 +1,4 @@
<%= link_to 'New Settings Account', new_settings_account_path %>
<div class="page-header">
<ul class="breadcrumb">
<li><a href="<%= %>">Home</a></li>

View File

@@ -1,18 +1,3 @@
<p id="notice"><%= notice %></p>
<p>
<strong>Title:</strong>
<%= @settings_account.title %>
</p>
<p>
<strong>Account type:</strong>
<%= @settings_account.account_type %>
</p>
<%= link_to 'Edit', %> |
<%= link_to 'Back', settings_accounts_path %>
<div class="page-header">
<ul class="breadcrumb">