Skip to content

Commit e9890ef

Browse files
authored
Merge pull request #2494 from dlang/wilzbach-prerelease-edit
Add edit buttons for the changelog entries to the prerelease changelog merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2 parents 36b5224 + e9288ac commit e9890ef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

changelog/prerelease.ddoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ $4
88
)
99

1010
PHOBOS_PATH=$(ROOT_DIR)phobos-prerelease/
11+
CHANGELOG_SOURCE_FILE=$(DIVC changelog-source-edit-btn, $(LINK2 https://github.com/dlang/$1/edit/master/$2, $(TC i, fa fa-edit)))
12+
EXTRA_HEADERS=$(T style,
13+
.changelog-source-edit-btn {
14+
float: right;
15+
}
16+
)

0 commit comments

Comments
 (0)