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

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

Issue 6113022414159872: Issue 1837: Added Maxthon for Android to platform choices in issue tracker issues1. (Closed)
Patch Set: Created Jan. 22, 2015, 11:23 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 | « no previous file | 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 = 80 8 height = 80
9 link = / 9 link = /
10 src = logo.png 10 src = logo.png
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 blockedby = text 177 blockedby = text
178 blockedby.label = Blocked By 178 blockedby.label = Blocked By
179 review_url = textarea 179 review_url = textarea
180 review_url.rows = 3 180 review_url.rows = 3
181 review_url.cols = 68 181 review_url.cols = 68
182 review_url.label = Review URL(s) 182 review_url.label = Review URL(s)
183 review_url.order = 1 183 review_url.order = 1
184 review_url.format = wiki 184 review_url.format = wiki
185 platform = select 185 platform = select
186 platform.label = Platform 186 platform.label = Platform
187 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox/Firefox Mobi le|Maxthon|Opera|Safari 187 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox/Firefox Mobi le|Maxthon|Maxthon for Android|Opera|Safari
188 platform.value = Unknown 188 platform.value = Unknown
189 189
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld