Skip to content
This repository was archived by the owner on Nov 5, 2020. It is now read-only.

Feature/issue 162 vacations email notifications#166

Open
AndrewMigal wants to merge 7 commits into
masterfrom
feature/issue_162_vacations_email_notifications
Open

Feature/issue 162 vacations email notifications#166
AndrewMigal wants to merge 7 commits into
masterfrom
feature/issue_162_vacations_email_notifications

Conversation

@AndrewMigal

@AndrewMigal AndrewMigal commented May 29, 2016

Copy link
Copy Markdown

Comment thread app/mailers/application_mailer.rb Outdated
@@ -0,0 +1,4 @@
class ApplicationMailer < ActionMailer::Base
default from: 'andrey.migal@gmail.com'

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be good to move this into configuration.

This feature was made according to refreshed product owner's requirements. And also there are some
fixes based on comments to previous commit.
@AndrewMigal AndrewMigal force-pushed the feature/issue_162_vacations_email_notifications branch from 5702442 to 6f48bad Compare June 8, 2016 15:15
It shows type of vacation, vacation interval and count the vacation duration
@AndrewMigal AndrewMigal force-pushed the feature/issue_162_vacations_email_notifications branch from c754806 to 41d5297 Compare June 26, 2016 12:30
@AndrewMigal AndrewMigal force-pushed the feature/issue_162_vacations_email_notifications branch from 41d5297 to d1ee70e Compare June 26, 2016 12:31
</head>
<body>
<p><%= t('vacation_requests.confirm') %></p>
<p><%= "#{t('vacation_requests.confirm')} from #{@start_date} to #{@end_date}" %>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "confirm" seems to be confusing. Is user supposed to confirm something?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess I should name it 'confirmation' ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants