lk | removes show action for clients

This commit is contained in:
Louis Knapp
2015-10-11 13:47:40 -05:00
parent 1d1b417ba9
commit 9f9cf5e6ba
9 changed files with 32 additions and 63 deletions
@@ -5,15 +5,15 @@
%table.table.table-striped.table-bordered.table-hover
%thead
%tr
%th Name
%th Name
%th Voided
%th Completed
%th Show
%th Edit
%tbody
- @closed_applications.each do |client|
%tr
%td= client.name
%td= client.name
%td= client.application_voided
%td= client.completion_date
%td= link_to 'Show', client
%td= link_to 'Edit', edit_client_path(client)
%br
+6 -6
View File
@@ -3,7 +3,7 @@
.receipt
%h2
%strong= @client.bike.name
%br
%br
= 'Log Number: ' + @client.bike.log_number.to_s
%br
.horizontal-line
@@ -13,7 +13,7 @@
= @client.agency.agency_name
.horizontal-line
%br
= 'Paid $25 for lock and helmet' if @client.will_pay
= 'Paid $25 for lock and helmet' if @client.will_pay
%br
Includes:
%br
@@ -30,7 +30,7 @@
%br
________________
%br
Recyclery Volunteer Initials
Recyclery Volunteer Initials
%br
___
%br
@@ -40,7 +40,7 @@
.receipt
%h2
%strong= @client.bike.name
%br
%br
= 'Log Number: ' + @client.bike.log_number.to_s
%br
.horizontal-line
@@ -50,7 +50,7 @@
= @client.agency.agency_name
.horizontal-line
%br
= 'Paid $25 for lock and helmet' if @client.will_pay
= 'Paid $25 for lock and helmet' if @client.will_pay
%br
Includes:
%br
@@ -67,7 +67,7 @@
%br
________________
%br
Recyclery Volunteer Initials
Recyclery Volunteer Initials
%br
___
%br