mirror of
https://github.com/usetrmnl/terminus.git
synced 2026-08-13 14:29:27 -07:00
Added dashboard feedback section
Provides a direct link to our current surveys and moves this information to the bottom of the dashboard so it's not the first thing you see but there if you need it. Milestone: minor
This commit is contained in:
@@ -6,10 +6,6 @@
|
||||
</header>
|
||||
|
||||
<div class="column">
|
||||
<p>
|
||||
<a href="https://docs.google.com/forms/d/1FLVa9I1u6wk6ExMYj-l9P9a_Kw7XGXCPPyC0SSvv3hs/viewform">Take the Terminus Survey!</a> Help us understand your use of Terminus better. The survey is anonymous and you can choose to ignore it but we'd love to learn more if you have time. Thanks!
|
||||
</p>
|
||||
|
||||
<div class="widgets">
|
||||
<fieldset class="box">
|
||||
<legend class="label">
|
||||
@@ -87,6 +83,16 @@
|
||||
<p class="number"><%= link_to user_count, routes.path(:users) %></p>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
<div class="widgets">
|
||||
<fieldset class="box">
|
||||
<legend class="label bit-text-center">Feedback</legend>
|
||||
<ul>
|
||||
<li><a href="https://docs.google.com/forms/d/1FLVa9I1u6wk6ExMYj-l9P9a_Kw7XGXCPPyC0SSvv3hs/viewform">Survey</a>: Help us understand how you use Terminus. The survey is anonymous.</li>
|
||||
<li><a href="https://docs.google.com/forms/d/1bLbOoxDkKi5YudneeOvBUHvgvmRRuZXxvxjIHg6fq18/viewform?edit_requested=true">Server</a>: Sign up to pre-order a plug-n-play version of Terminus on a Raspberry Pi. Suggestions welcome.</li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user