Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/trac/templates/orders.ini.erb

Issue 5866347275747328: Issue 1956 - Use donotreply@adblockplus.org as sender for Trac mails (Closed)
Patch Set: Created Feb. 5, 2015, 8:48 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « modules/trac/files/trac.ini ('k') | modules/trac/templates/trac.ini.erb » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 [inherit] 3 [inherit]
4 file = /home/trac/trac.ini 4 file = /home/trac/trac.ini
5 5
6 [header_logo] 6 [header_logo]
7 alt = <%= @description %> 7 alt = <%= @description %>
8 height = 38 8 height = 38
9 link = /orders 9 link = /orders
10 src = logo.png 10 src = logo.png
11 width = 124 11 width = 124
12 12
13 [notification] 13 [notification]
14 smtp_from = noreply@eyeo.com
15 smtp_from_name = <%= @description %> 14 smtp_from_name = <%= @description %>
16 15
17 [project] 16 [project]
18 descr = <%= @description %> 17 descr = <%= @description %>
19 name = <%= @description %> 18 name = <%= @description %>
20 url = https://issues.adblockplus.org/orders 19 url = https://issues.adblockplus.org/orders
21 20
22 [ticket-workflow] 21 [ticket-workflow]
23 leave = * -> * 22 leave = * -> *
24 leave.default = 1 23 leave.default = 1
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 invoice_received.label = Invoice received 204 invoice_received.label = Invoice received
206 invoice_received.order = 11 205 invoice_received.order = 11
207 invoice_received.value = 0 206 invoice_received.value = 0
208 amount = text 207 amount = text
209 amount.label = Amount 208 amount.label = Amount
210 amount.format = plain 209 amount.format = plain
211 amount.order = 5 210 amount.order = 5
212 211
213 [privatetickets] 212 [privatetickets]
214 group_blacklist = anonymous, authenticated 213 group_blacklist = anonymous, authenticated
OLDNEW
« no previous file with comments | « modules/trac/files/trac.ini ('k') | modules/trac/templates/trac.ini.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld