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

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

Issue 29362162: Issue 4627 - Updated the eyeo logo in the order system. (Closed)
Patch Set: Created Nov. 10, 2016, 8:01 a.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/eyeo_logo.png ('k') | no next file » | 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 = 165
12 12
13 [notification] 13 [notification]
14 smtp_from_name = <%= @description %> 14 smtp_from_name = <%= @description %>
15 15
16 [project] 16 [project]
17 descr = <%= @description %> 17 descr = <%= @description %>
18 name = <%= @description %> 18 name = <%= @description %>
19 url = https://issues.adblockplus.org/orders 19 url = https://issues.adblockplus.org/orders
20 20
21 [ticket-workflow] 21 [ticket-workflow]
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 invoice_received.label = Invoice received 204 invoice_received.label = Invoice received
205 invoice_received.order = 11 205 invoice_received.order = 11
206 invoice_received.value = 0 206 invoice_received.value = 0
207 amount = text 207 amount = text
208 amount.label = Amount 208 amount.label = Amount
209 amount.format = plain 209 amount.format = plain
210 amount.order = 5 210 amount.order = 5
211 211
212 [privatetickets] 212 [privatetickets]
213 group_blacklist = anonymous, authenticated 213 group_blacklist = anonymous, authenticated
OLDNEW
« no previous file with comments | « modules/trac/files/eyeo_logo.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld