-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
871cf4f
commit 0e8b260
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/main/resources/com/jenkinsci/plugins/badge/dsl/AddBadgeStep/help-cssClass.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div> | ||
Optional CSS class for the badge. Classes will be applied to the enclosing <code><span></code> of a badge. | ||
User can also reference Jenkins built-in CSS classes such as <code>icon-sm</code>. | ||
User can also reference Jenkins built-in CSS classes such as <code>icon-sm</code> - see <a href="https://weekly.ci.jenkins.io/design-library">Jenkins Design Library</a> for more details. | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/resources/com/jenkinsci/plugins/badge/dsl/AddBadgeStep/help-style.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div> | ||
Optional CSS style for the badge. Styles will be applied to the enclosing <code><span></code> of a badge. | ||
User can also reference Jenkins built-in styles such as <code>color: var(--warning-color)</code>. | ||
User can also reference Jenkins built-in styles such as <code>color: var(--warning-color)</code> - see <a href="https://weekly.ci.jenkins.io/design-library">Jenkins Design Library</a> for more details. | ||
</div> |
2 changes: 1 addition & 1 deletion
2
src/main/resources/com/jenkinsci/plugins/badge/dsl/AddSummaryStep/help-cssClass.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div> | ||
Optional CSS class for the badge. Classes will be applied to the enclosing <code><span></code> of a summary. | ||
User can also reference Jenkins built-in CSS classes such as <code>icon-sm</code>. | ||
User can also reference Jenkins built-in CSS classes such as <code>icon-sm</code> - see <a href="https://weekly.ci.jenkins.io/design-library">Jenkins Design Library</a> for more details. | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/resources/com/jenkinsci/plugins/badge/dsl/AddSummaryStep/help-style.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div> | ||
Optional CSS style for the badge. Styles will be applied to the enclosing <code><span></code> of a summary. | ||
User can also reference Jenkins built-in styles such as <code>color: var(--warning-color)</code>. | ||
User can also reference Jenkins built-in styles such as <code>color: var(--warning-color)</code> - see <a href="https://weekly.ci.jenkins.io/design-library">Jenkins Design Library</a> for more details. | ||
</div> |