Comment-out links to mod detail page
This commit is contained in:
@@ -25,7 +25,7 @@ All rights reserved.
|
|||||||
p {
|
p {
|
||||||
font-family: $font-family-normal;
|
font-family: $font-family-normal;
|
||||||
font-size: $font-size-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'
|
option.attr 'selected', 'selected'
|
||||||
@$version.append option
|
@$version.append option
|
||||||
|
|
||||||
@$nameLink.attr 'href', Url.mod modSlug:@model.slug
|
# @$nameLink.attr 'href', Url.mod modSlug:@model.slug
|
||||||
@$nameText.html @model.name
|
@$nameText.html @model.name
|
||||||
|
|
||||||
@$description.html @model.description
|
@$description.html @model.description
|
||||||
|
|||||||
Reference in New Issue
Block a user