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

Delta Between Two Patch Sets: modules/trac/templates/trac.ini.erb

Issue 5735669590654976: #753 - set up an order system to let eyeo employees file order requests (Closed)
Left Patch Set: #753 - set up an order system to let eyeo employees file order requests Created July 30, 2014, 4:54 p.m.
Right Patch Set: #753 - set up an order system to let eyeo employees file order requests Created Aug. 6, 2014, 12:38 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « modules/trac/templates/orders.ini.erb ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 = 80 8 height = 80
9 link = / 9 link = /
10 src = adblockplus_logo.png 10 src = logo.png
11 width = 80 11 width = 80
12 12
13 [notification] 13 [notification]
14 smtp_from = noreply@adblockplus.org 14 smtp_from = noreply@adblockplus.org
15 smtp_from_name = <%= @description %> 15 smtp_from_name = <%= @description %>
16 16
17 [project] 17 [project]
18 descr = <%= @description %> 18 descr = <%= @description %>
19 name = <%= @description %> 19 name = <%= @description %>
20 url = https://issues.adblockplus.org/ 20 url = https://issues.adblockplus.org/
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 review_url.rows = 3 183 review_url.rows = 3
184 review_url.cols = 68 184 review_url.cols = 68
185 review_url.label = Review URL(s) 185 review_url.label = Review URL(s)
186 review_url.order = 1 186 review_url.order = 1
187 review_url.format = wiki 187 review_url.format = wiki
188 platform = select 188 platform = select
189 platform.label = Platform 189 platform.label = Platform
190 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox/Firefox Mobi le|Opera|Safari 190 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox/Firefox Mobi le|Opera|Safari
191 platform.value = Unknown 191 platform.value = Unknown
192 192
LEFTRIGHT

Powered by Google App Engine
This is Rietveld