Skip to content

Commit

Permalink
#12953 working on dashboard block titles #12953
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Nov 19, 2024
1 parent 523e37c commit 0c9b198
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"rules": {
"string-quotes": "single",
"selector-class-pattern": "^([a-z][a-z0-9]*)(-[a-z0-9]+)*$|block_column",
"declaration-property-unit-disallowed-list": {
"font-size": [
"px"
]
},
"font-family-no-missing-generic-family-keyword": [
true,
{
Expand Down
3 changes: 2 additions & 1 deletion app/views/dashboards/blocks/_issue_tags.html.slim
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
h3 = block_definition[:label]
h3.icon
= svg_icon_tag 'tags', label: block_definition[:label]

- open_issues_only = RedminePluginKit.true? settings[:open_issues_only]
- tags = Issue.available_tags(project: @project, open_issues_only:)
Expand Down

0 comments on commit 0c9b198

Please sign in to comment.