projects
/
cs356-p2-videostore.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Small Cleanups + Merchandise Search
[cs356-p2-videostore.git]
/
app
/
views
/
purchase
/
income.rhtml
1
<h1>Select Income Period</h1>
2
3
<%= start_form_tag :action => 'income' %>
4
Start Date: <%= date_select 'begin_date', nil %><br/><br/>
5
End Date: <%= date_select 'end_date', nil %><br/><br/>
6
<%= submit_tag 'Ok' %>
7
<%= end_form_tag %>