More concise pipeline status titles
**app/mailers/emails/pipelines.rb:** Make notification email subject more concise. **app/views/notify/pipeline_failed_email.html.haml:** **app/views/notify/pipeline_failed_email.text.erb:** **app/views/notify/pipeline_fixed_email.html.haml:** **app/views/notify/pipeline_fixed_email.text.erb:** **app/views/notify/pipeline_success_email.html.haml:** **app/views/notify/pipeline_success_email.text.erb:** Make notification title more concise. **spec/mailers/emails/pipelines_spec.rb:** **spec/views/notify/pipeline_failed_email.html.haml_spec.rb:** **spec/views/notify/pipeline_failed_email.text.erb_spec.rb:** **spec/views/notify/pipeline_fixed_email.html.haml_spec.rb:** **spec/views/notify/pipeline_fixed_email.text.erb_spec.rb:** **spec/views/notify/pipeline_success_email.html.haml_spec.rb:** **spec/views/notify/pipeline_success_email.text.erb_spec.rb:** Update tests.
显示
- app/mailers/emails/pipelines.rb 9 个添加, 6 个删除app/mailers/emails/pipelines.rb
- app/views/notify/pipeline_failed_email.html.haml 1 个添加, 1 个删除app/views/notify/pipeline_failed_email.html.haml
- app/views/notify/pipeline_failed_email.text.erb 1 个添加, 1 个删除app/views/notify/pipeline_failed_email.text.erb
- app/views/notify/pipeline_fixed_email.html.haml 1 个添加, 1 个删除app/views/notify/pipeline_fixed_email.html.haml
- app/views/notify/pipeline_fixed_email.text.erb 1 个添加, 1 个删除app/views/notify/pipeline_fixed_email.text.erb
- app/views/notify/pipeline_success_email.html.haml 1 个添加, 1 个删除app/views/notify/pipeline_success_email.html.haml
- app/views/notify/pipeline_success_email.text.erb 1 个添加, 1 个删除app/views/notify/pipeline_success_email.text.erb
- changelogs/unreleased/pipeline-status-conciseness.yml 5 个添加, 0 个删除changelogs/unreleased/pipeline-status-conciseness.yml
- spec/mailers/emails/pipelines_spec.rb 16 个添加, 16 个删除spec/mailers/emails/pipelines_spec.rb
- spec/views/notify/pipeline_failed_email.html.haml_spec.rb 1 个添加, 1 个删除spec/views/notify/pipeline_failed_email.html.haml_spec.rb
- spec/views/notify/pipeline_failed_email.text.erb_spec.rb 1 个添加, 1 个删除spec/views/notify/pipeline_failed_email.text.erb_spec.rb
- spec/views/notify/pipeline_fixed_email.html.haml_spec.rb 1 个添加, 1 个删除spec/views/notify/pipeline_fixed_email.html.haml_spec.rb
- spec/views/notify/pipeline_fixed_email.text.erb_spec.rb 1 个添加, 1 个删除spec/views/notify/pipeline_fixed_email.text.erb_spec.rb
- spec/views/notify/pipeline_success_email.html.haml_spec.rb 1 个添加, 1 个删除spec/views/notify/pipeline_success_email.html.haml_spec.rb
- spec/views/notify/pipeline_success_email.text.erb_spec.rb 1 个添加, 1 个删除spec/views/notify/pipeline_success_email.text.erb_spec.rb
加载中
想要评论请 注册 或 登录