UNPKG
fraction.io
Version:
latest (0.22.0)
0.22.0
0.21.3
0.21.2
Your personalized community aggregator.
github.com/fraction/fraction
fraction/fraction
fraction.io
/
app
/
packages
/
fraction-votes
/
views
/
setVote.html
7 lines
(6 loc)
•
195 B
HTML
View Raw
1
2
3
4
5
6
7
<
template
name
=
"setVote"
>
<
div
class
=
"setVote"
>
<
a
href
=
"#"
>
<
i
class
=
"upvote fa fa-chevron-up"
>
</
i
>
</
a
>
<
a
href
=
"#"
>
<
i
class
=
"downvote fa fa-chevron-down"
>
</
i
>
</
a
>
</
div
>
</
template
>