Comment-out links to mod detail page
This commit is contained in:
@@ -25,7 +25,7 @@ All rights reserved.
|
||||
p {
|
||||
font-family: $font-family-normal;
|
||||
font-size: $font-size-normal;
|
||||
text-decoration: underline;
|
||||
// text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ module.exports = class ModController extends BaseController
|
||||
option.attr 'selected', 'selected'
|
||||
@$version.append option
|
||||
|
||||
@$nameLink.attr 'href', Url.mod modSlug:@model.slug
|
||||
# @$nameLink.attr 'href', Url.mod modSlug:@model.slug
|
||||
@$nameText.html @model.name
|
||||
|
||||
@$description.html @model.description
|
||||
|
||||
Reference in New Issue
Block a user