Comment-out links to mod detail page

This commit is contained in:
Andrew Miner
2015-01-24 14:33:15 -08:00
parent 04c835d596
commit 0d0ccb8ea5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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