Sha256: 2a47cbb790d2f4422109c2729efc31ecd740f7143f950201fd3933ed25bb035e
Contents?: true
Size: 1.5 KB
Versions: 9
Compression:
Stored size: 1.5 KB
Contents
######################################################### ######################################################### ## ___ _ _ _ _ ## ## / _ \ | (_) | | (_) ## ## / /_\ \_ __ _ __ | |_ ___ __ _| |_ _ ___ _ __ ## ## | _ | '_ \| '_ \| | |/ __/ _` | __| |/ _ \| '_ \ ## ## | | | | |_) | |_) | | | (_| (_| | |_| | (_) | | | | ## ## \_| |_/ .__/| .__/|_|_|\___\__,_|\__|_|\___/|_| |_| ## ## | | | | ## ## |_| |_| ## ## ## ######################################################### ######################################################### ## Dependencies ## <% %w(jquery jquery_ujs popper bootstrap/util bootstrap/tooltip turbolinks).each do |library| %> #= require <%= library %> <% end %> ## Extras ## #= require_tree ./components ############################################ # Mobile # http://stackoverflow.com/a/3540295/1143732 ############################################ ## Mobile ## if !/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) # => Tooltip # => Bootstrap $(document).tooltip selector: "[title]" container: "body" trigger: "hover" constraints: [{ to: 'scrollParent', attachment: 'together', pin: 'true' }] ######################################################### #########################################################
Version data entries
9 entries across 9 versions & 1 rubygems