Created
June 22, 2015 01:51
-
-
Save osiro/72e6a6a1be81f06791d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- if policy(@entry).amend? | |
= f.input :amendment_notes, hint: "Write an explanation of amendments here. This will be emailed to the timesheet's owner and submitter." | |
= f.input :parking_allowance, as: :boolean, wrapper: :checkbox, input_html: { checked: @entry.parking_allowance_claim.present? } | |
= link_to_back(user_timesheet_path(user, @entry.timesheet)) | |
= f.button :submit, "Update" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment