Small fix about icons

This commit is contained in:
Naoki Takezoe
2015-07-26 02:59:26 +09:00
parent 1be53c6746
commit 9e237647b0
2 changed files with 1 additions and 8 deletions

View File

@@ -22,13 +22,6 @@
</li>
}
@sidemenuPlugin(path: String, name: String, label: String, icon: String) = {
<li @if(active == name){class="active"}>
<div class="@if(active == name){margin} else {gradient} pull-left"></div>
<a href="@url(repository)@path"><img src="@icon"/>@if(expand){ @label}</a>
</li>
}
<div class="container">
@helper.html.information(info)
@helper.html.error(error)