From 06d100fa077722304574d0f65ecf8b396d2e384c Mon Sep 17 00:00:00 2001 From: Zog Date: Wed, 24 Jan 2018 10:39:38 +0100 Subject: Add links to doc --- app/views/shared/_development_toolbar.html.slim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/views/shared') diff --git a/app/views/shared/_development_toolbar.html.slim b/app/views/shared/_development_toolbar.html.slim index 4ad69f7ad..aafd37885 100644 --- a/app/views/shared/_development_toolbar.html.slim +++ b/app/views/shared/_development_toolbar.html.slim @@ -17,6 +17,9 @@ = hidden_field_tag "features[#{feature}]", false, id: "" = check_box_tag "features[#{feature}]", true, has_feature?(feature) = label :features, feature + - if Rails.application.config.development_toolbar.features_doc_url + = link_to "#{Rails.application.config.development_toolbar.features_doc_url}##{feature}", target: :blank do + .fa.fa-question-circle .col.permissions h4 = "Permissions" -- cgit v1.2.3