mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
💄
This commit is contained in:
@@ -53,12 +53,12 @@ class PackageConfigView extends View
|
||||
if homepage
|
||||
@dropdown.append $$ ->
|
||||
@li =>
|
||||
@a "Visit homepage", href: homepage
|
||||
@a 'Visit homepage', href: homepage
|
||||
|
||||
if issues = @pack.bugs?.url
|
||||
@dropdown.append $$ ->
|
||||
@li =>
|
||||
@a "Report issue", href: issues
|
||||
@a 'Report issue', href: issues
|
||||
|
||||
@dropdown.on 'click', => @dropdown.hide()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user