File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 <span id =" favoriteCount" ><%= webm .favoriteCount || 0 %> </span >
1919 </a >
2020 <a type =" button" id =" like" class =" btn btn-link btn-xs" title =" Нравится" >
21- <span class =" glyphicon glyphicon-arrow -up" aria-hidden =" true" ></span >
21+ <span class =" glyphicon glyphicon-thumbs -up" aria-hidden =" true" ></span >
2222 <span id =" likeCount" ><%= webm .likeCount || 0 %> </span >
2323 </a >
2424 <a type =" button" id =" dislike" class =" btn btn-link btn-xs" title =" Не нравится" >
25- <span class =" glyphicon glyphicon-arrow -down" aria-hidden =" true" ></span >
25+ <span class =" glyphicon glyphicon-thumbs -down" aria-hidden =" true" ></span >
2626 <span id =" dislikeCount" ><%= webm .dislikeCount || 0 %> </span >
2727 </a >
2828 </div >
Original file line number Diff line number Diff line change 2222 <span id =" favoriteCount" ><%= webm .favoriteCount || 0 %> </span >
2323 </a >
2424 <a type =" button" id =" like" class =" btn btn-link btn-xs" title =" Нравится" >
25- <span class =" glyphicon glyphicon-arrow -up" aria-hidden =" true" ></span >
25+ <span class =" glyphicon glyphicon-thumbs -up" aria-hidden =" true" ></span >
2626 <span id =" likeCount" ><%= webm .likeCount || 0 %> </span >
2727 </a >
2828 <a type =" button" id =" dislike" class =" btn btn-link btn-xs" title =" Не нравится" >
29- <span class =" glyphicon glyphicon-arrow -down" aria-hidden =" true" ></span >
29+ <span class =" glyphicon glyphicon-thumbs -down" aria-hidden =" true" ></span >
3030 <span id =" dislikeCount" ><%= webm .dislikeCount || 0 %> </span >
3131 </a >
3232 </div >
You can’t perform that action at this time.
0 commit comments