Skip to content
This repository was archived by the owner on Jan 31, 2018. It is now read-only.

Commit c07c8f2

Browse files
committed
[bug 1007826] Remove dashboard link
The dashboard link leads users to a meh dashboard that's confusing at best and easily misinterpreted. Amongst other things, the link reads "Want to see where your feedback goes?" which suggests the dashboard is a destination for feedback when it's just a (lousy) view of the feedback. It doesn't talk about any of the systems we use to aggregate and examine the feedback. This removes the link for now. When the new dashboard system lands, we can reinstate it. This also removes some dead code which never executes since "opinion" is never defined.
1 parent d353ea3 commit c07c8f2

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

fjord/feedback/templates/feedback/thanks.html

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,6 @@ <h1>{{ _('Thanks for Your Feedback') }}</h1>
2929
</header>
3030

3131
<div class="content">
32-
{% if opinion %}
33-
<div>
34-
<h3>{{ _('Share your feedback.') }}</h3>
35-
<p>
36-
<a href="{{ 'http://twitter.com/share'|urlparams(
37-
url=absolute_url('/feedback'),
38-
text='%s #fxinput' % opinion.description|truncate(100),
39-
related='firefox') }}"
40-
class="tweet-this" target="_blank">{{ _('Tweet feedback to your followers') }}
41-
</a>
42-
</p>
43-
</div>
44-
{% endif %}
45-
4632
<div id="thanks_download">
4733
<h3>{{ _('Shape the future of Firefox.') }}</h3>
4834
<p>
@@ -62,15 +48,6 @@ <h3>{{ _('Contribute to Mozilla.') }}</h3>
6248
</p>
6349
</div>
6450

65-
<div>
66-
<h3>{{ _('Want to see where your feedback goes?') }}</h3>
67-
<p>
68-
{% trans dash_url='/' %}
69-
Visit the <a href="{{ dash_url }}">Firefox Feedback Dashboard</a>
70-
{% endtrans %}
71-
</p>
72-
</div>
73-
7451
<div>
7552
<h3>{{ _('Find the latest news about Firefox.') }}</h3>
7653
<ul>

0 commit comments

Comments
 (0)