Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit cfd91f8

Browse files
committed
Merge pull request #1451 from dsmurrell/master
Add @helpdesk to default following list
2 parents 1a02ab1 + acba170 commit cfd91f8

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

imgs/helpdesk-icon.png

20.7 KB
Loading

js/templates/onboardingModal.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,22 @@
423423
</div>
424424
</label>
425425
</li>
426+
427+
<li class="rowItem paddingLeft5 paddingTop20 paddingBottom20 borderBottom custCol-border">
428+
<input class="fieldItem pull-left marginTop12" type="checkbox" id="e1c6340228691a6fe97d3acee4b2517db412e1a2" data-handle="helpdesk" checked />
429+
<label for="e1c6340228691a6fe97d3acee4b2517db412e1a2" class="textOpacity1 checkboxLabel">
430+
<div class="pull-left marginRight10">
431+
<div class="thumbnail pull-left" style="background-image: url(imgs/helpdesk-icon.png);"></div>
432+
</div>
433+
<div class="pull-left marginTop6 marginLeft2 marginRight5 fontSize16 width360">
434+
<div class="marginBottom2">
435+
Helpdesk
436+
<span class="fontSize15 textOpacity50">@helpdesk</span>
437+
</div>
438+
<span class="fontSize14 textOpacity75">Ask questions about OpenBazaar. Anything goes!</span>
439+
</div>
440+
</label>
441+
</li>
426442
</ul>
427443
</div>
428444
</div>

0 commit comments

Comments
 (0)