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

Side by Side Diff: includes/browser-select.tmpl

Issue 29559620: Issue 5692 - Create Browser Selector with Browser Detection Component for help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Sept. 29, 2017, 12:02 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
OLDNEW
(Empty)
1
2 <label id="browser-select-label">
3 Your Browser:
4 </label>
5
6 <div id="browser-select" class="custom-select custom-select-dropdown">
7 <button class="custom-select-selected" aria-expanded="false" aria-haspopup="tr ue">
8 </button>
9 <ul class="custom-select-options" role="menu" tabindex="-1" aria-labelledby="b rowser-select-label">
10 {% for browser in browsers %}
11 <li class="custom-select-option" role="button" tabindex="0" data-value="{{br owser.id}}">
12 <img src="/img/png/logo-abp.png" srcset="/img/svg/logo-abp.svg 2x">
ire 2017/09/29 12:13:24 Also, forgot to mention I have been using the ABP
13 {{browser.name}}
14 </li>
15 {% endfor %}
16 </ul>
17 </div>
18
OLDNEW
« no previous file with comments | « globals/browsers.py ('k') | pages/index.md » ('j') | pages/index.md » ('J')

Powered by Google App Engine
This is Rietveld