Skip to content

Commit

Permalink
move show tags after queries to common settings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Jul 9, 2024
1 parent 23f60c6 commit 0f1b592
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/additional_tags/settings/_general.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ fieldset.settings
[l(:label_tag_color_theme, value: 5), 'd']],
@settings['tags_color_theme'])

p
= additionals_settings_checkbox :show_tags_after_queries

fieldset.settings
legend = l :label_issue_plural

p
= additionals_settings_checkbox :active_issue_tags

p
= additionals_settings_checkbox :show_tags_after_queries

p
= additionals_settings_checkbox :open_issues_only

Expand Down

0 comments on commit 0f1b592

Please sign in to comment.