Skip to content
Snippets Groups Projects
Commit 7b0aed1b authored by Sabba Petri's avatar Sabba Petri
Browse files

Added a tooltip

parent 3eb06651
No related branches found
No related tags found
1 merge request!583"RSS" in blog switched to RSS icon
Loading
Loading
@@ -4,7 +4,7 @@
on Twitter.
 
<a href="/atom.xml" class="rss-btn">
<button class="btn btn-sm btn-default">
<button class="btn btn-sm btn-default" data-toggle="tooltip" data-placement="right" title="RSS">
<i class="fa fa-rss"></i>
</button>
</a>
Loading
Loading
$(document).ready(function() {
$('[data-toggle="tooltip"]').tooltip()
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment