Commit 82271e78 authored by Jack Weeden's avatar Jack Weeden

Added tooltip to snippet public/private icons

parent 1aeebdf6
%h3.page_title
- if @snippet.private?
%i.icon-lock.cgreen
%i{:class => "icon-lock cgreen has_bottom_tooltip", "data-original-title" => "Private snippet"}
- else
%i.icon-globe.cblue
%i{:class => "icon-globe cblue has_bottom_tooltip", "data-original-title" => "Public snippet"}
= @snippet.title
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment