aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-01-05 16:28:23 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-01-05 16:28:23 +0100
commit12cb9651f211c830c7084e232c6df7a03e479f7c (patch)
treedd795099f7a060f5766f1c366ed8c9567e2eca19
parentf7c2580a36fe97164e6f7ed03baa6e60c3b2c7f6 (diff)
Add contact FAQ.contact
Change-Id: I2d86cb6c868ea43af56bedddaa28fff881f3b502
-rw-r--r--app/dashboard/templates/faq.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/dashboard/templates/faq.html b/app/dashboard/templates/faq.html
index 32f03bb..355d674 100644
--- a/app/dashboard/templates/faq.html
+++ b/app/dashboard/templates/faq.html
@@ -46,6 +46,12 @@
Can I send you my boards?
</a>
</li>
+ <li>
+ <a href="#contact"
+ title="How can I contact you?">
+ How can I contact you?
+ </a>
+ </li>
</ol>
<hr />
<div class="faq">
@@ -76,6 +82,12 @@
<dd>You can't.</dd>
<dt id="send-hw">Can I send you my boards?</dt>
<dd>No you can't.</dd>
+ <dt id="contact">How can I contact you?</dt>
+ <dd>If you can't find an answer to you questions in this page, please send us an email at:
+ <address>
+ <a title="Kernel CI info email address" href="mailto:info@kernelci.org">info&nbsp;&#64;&nbsp;kernelci&#46;org</a>
+ </address>
+ </dd>
</dl>
</div>
</div>