OpenSource-Tools / LiquidVoting

1 stars 0 forks source link

Remove "a" element #67

Closed kvdmolen closed 9 years ago

kvdmolen commented 9 years ago

At index page http://178.62.254.91/lf/index/index.html

At the delegation-icon (hand) in the blue issue, please remove the <a> wrapper around <i>

from:

<a href="../index/">
  <i class="fa fa-hand-o-right tooltip"><span><span>You delegated this issue</span></span></i>
</a>

to

<i class="fa fa-hand-o-right tooltip"><span><span>You delegated this issue</span></span></i>

same as notification-icon

nktc commented 9 years ago

Complete.

kvdmolen commented 9 years ago

The <i class="fa .. element now is completely gone!

It was visible on the index page and on issue-page (if issue is delegated) top-right on the blue issue canvas (next to the Bell-icon).

If you can find where it is, please place back :)

nktc commented 9 years ago

OK now?