diff options
| author | Zog | 2018-01-24 10:39:38 +0100 | 
|---|---|---|
| committer | Zog | 2018-01-24 10:39:38 +0100 | 
| commit | 06d100fa077722304574d0f65ecf8b396d2e384c (patch) | |
| tree | dd3cf69b7bc38cd6f7e7372da7ab5d7dd15cad1d /app/views/shared | |
| parent | d5eb3d0d736a4a196b8c36d5aeb30e5ef8db8034 (diff) | |
| download | chouette-core-06d100fa077722304574d0f65ecf8b396d2e384c.tar.bz2 | |
Add links to docdeveloper-toolbar
Diffstat (limited to 'app/views/shared')
| -rw-r--r-- | app/views/shared/_development_toolbar.html.slim | 3 | 
1 files changed, 3 insertions, 0 deletions
| 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" | 
