Sha256: b00a6298d05523eb3da240805d08fa31e2dabab1cf816fec70abf48fbf93b291
Contents?: true
Size: 922 Bytes
Versions: 7
Compression:
Stored size: 922 Bytes
Contents
<style> #rails-mini-profiler-badge { position: absolute; <%= @position %> display: flex; margin: 0; padding: .2em .2em; line-height: normal; align-items: center; z-index: 2147483641; overflow: auto; border-radius: 5px; text-decoration: none; opacity: 60%; background-color: #fff; color: #555; -moz-box-shadow: 0 1px 15px #555; -webkit-box-shadow: 0 1px 15px #555; box-shadow: 0 1px 15px #555; font-size: 14px; } #rails-mini-profiler-badge:hover { opacity: 100%; transition: opacity 0.3s; } #logo-variant { height: 18px; width: 18px; padding-bottom: 2px; } </style> <a id="rails-mini-profiler-badge" href="<%= profiled_request_path(@profiled_request.id) %>" data-turbolinks="false" title="View performance data"> <%= inline_svg('logo_variant.svg') %> <%= (@profiled_request.duration.to_f / 100).round %>ms </a>
Version data entries
7 entries across 7 versions & 1 rubygems