mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 18:46:10 +10:00
Added tooltip to snippet public/private icons
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
%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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user