ux(): added sass linter, almost no rules enabled yet

This commit is contained in:
Torkel Ödegaard
2016-02-20 18:31:09 +01:00
parent f3fe1a5320
commit 4ab041f79e
15 changed files with 106 additions and 867 deletions

View File

@ -110,7 +110,7 @@ func setIndexViewData(c *middleware.Context) (*dtos.IndexViewData, error) {
{Text: "Global Orgs", Icon: "fa fa-fw fa-cogs", Url: setting.AppSubUrl + "/admin/orgs"},
{Text: "Server Settings", Icon: "fa fa-fw fa-cogs", Url: setting.AppSubUrl + "/admin/settings"},
{Text: "Server Stats", Icon: "fa-fw fa-cogs", Url: setting.AppSubUrl + "/admin/stats"},
},
},
})
}