on a transaciton page, in the block row under general details, the 's' in confirmations has a space either side
This came from the line break from the new formatting
Details
Details
- Reviewers
PiRK tobias_ruck - Group Reviewers
Restricted Project - Commits
- rABCa3125926c643: [explorer] Remove extra spaces around 's'
preview the site and check the space is no longer there
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- explorer-confirmations
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 30102 Build 59737: Build Diff Build 59736: arc lint + arc unit
Event Timeline
web/explorer/explorer-server/templates/pages/transaction.html | ||
---|---|---|
134 ↗ | (On Diff #49362) | What does the dash do? Is there a link to some doc about this somewhere? |
Comment Actions
actually this is still causing the space after the 's' looks like
Here is some not too helpful doc....https://djc.github.io/askama/configuration.html#whitespace-control
Im having trouble getting it to work and not add a bunch of new formatting to the rest of the page...
web/explorer/explorer-server/templates/pages/transaction.html | ||
---|---|---|
134 ↗ | (On Diff #49374) | you can just repeat "confirmation" and not use {%-, which seems to confuse djlint |