Skip to content

Commit 8816563

Browse files
committed
Remove body template from github plugin
Now the body lives on errbit core
1 parent 267f2ec commit 8816563

File tree

2 files changed

+0
-53
lines changed

2 files changed

+0
-53
lines changed

lib/errbit_github_plugin/issue_tracker.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ def self.fields
3232
FIELDS
3333
end
3434

35-
def self.body_template
36-
@body_template ||= ERB.new(File.read(
37-
File.join(
38-
ErrbitGithubPlugin.root, 'views', 'github_issues_body.txt.erb'
39-
)
40-
))
41-
end
42-
4335
def configured?
4436
errors.empty?
4537
end

views/github_issues_body.txt.erb

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)