Skip to content

Commit 1f3d679

Browse files
committed
forge-topics-refresh-buffer: Use value of repository SLUG slot
1 parent 6467cc6 commit 1f3d679

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lisp/forge-topics.el

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,7 @@ the Magit status buffer."
201201
(let ((repo (forge-get-repository (car topics))))
202202
(magit-insert-section (forge-repo repo)
203203
(magit-insert-heading
204-
(concat (propertize (format "%s/%s"
205-
(oref repo owner)
206-
(oref repo name))
204+
(concat (propertize (oref repo slug)
207205
'font-lock-face 'bold)
208206
(format " (%s)" (length topics))))
209207
(dolist (topic topics)

0 commit comments

Comments
 (0)