Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
0bb6f6f7
Commit
0bb6f6f7
authored
Mar 15, 2012
by
Renata Ghisloti
Committed by
Tiago Mello
Mar 15, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 735332: Add 'start' hook in bugmail templates.
r=timello, a=LpSolit
parent
8f47c6a2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
bugmail.html.tmpl
template/en/default/email/bugmail.html.tmpl
+1
-0
bugmail.txt.tmpl
template/en/default/email/bugmail.txt.tmpl
+2
-0
No files found.
template/en/default/email/bugmail.html.tmpl
View file @
0bb6f6f7
...
...
@@ -14,6 +14,7 @@
<base
href=
"[% urlbase FILTER html %]"
/>
</head>
<body>
[% Hook.process('start') %]
[% PROCESS generate_diffs %]
<p>
[% FOREACH comment = new_comments.reverse %]
...
...
template/en/default/email/bugmail.txt.tmpl
View file @
0bb6f6f7
...
...
@@ -10,6 +10,8 @@
[% isnew = bug.lastdiffed ? 0 : 1 %]
[% Hook.process('start') %]
[%+ PROCESS generate_diffs -%]
[% FOREACH comment = new_comments %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment