mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-23 01:32:16 +00:00
Better like/dislike icons on wiki
This commit is contained in:
parent
62fc513e42
commit
6989516207
1 changed files with 2 additions and 2 deletions
|
@ -87,8 +87,8 @@
|
|||
{
|
||||
<ul class="nav nav-pills">
|
||||
<li>Was this page helpful?</li>
|
||||
<li><a href="@Url.Action("LikePage", new { id = Model.Page.Id })"><span class="glyphicon glyphicon-check"></span> @Model.Page.Likes.Length</a></li>
|
||||
<li><a href="@Url.Action("DislikePage", new { id = Model.Page.Id })"><span class="close"></span> @Model.Page.Dislikes.Length</a></li>
|
||||
<li><a href="@Url.Action("LikePage", new { id = Model.Page.Id })"><span class="glyphicon glyphicon-thumbs-up"></span> @Model.Page.Likes.Length</a></li>
|
||||
<li><a href="@Url.Action("DislikePage", new { id = Model.Page.Id })"><span class="glyphicon glyphicon-thumbs-down"></span> @Model.Page.Dislikes.Length</a></li>
|
||||
|
||||
</ul>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue