We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95cef7 commit 27030feCopy full SHA for 27030fe
app/views/reports/index.html.erb
@@ -5,6 +5,7 @@
5
<ul class="govuk-list">
6
<li><%= govuk_link_to t("reports.add_another_answer.title"), report_add_another_answer_path %></li>
7
<li><%= govuk_link_to t("reports.features.title", tag: "live"), report_features_path(tag: :live) %></li>
8
+ <li><%= govuk_link_to t("reports.features.title", tag: "draft"), report_features_path(tag: :draft) %></li>
9
<li><%= govuk_link_to t("reports.features.long_list_usage.title"), report_selection_questions_summary_path %></li>
10
<li><%= govuk_link_to t("reports.users.title"), report_users_path %></li>
11
<li><%= govuk_link_to t("reports.last_signed_in_at.title"), report_last_signed_in_at_path %></li>
0 commit comments