Sha256: b23ccff77b09055e1d9a558bab4e5f889f6e7a4d3870e1344120e346376e2975
Contents?: true
Size: 750 Bytes
Versions: 2
Compression:
Stored size: 750 Bytes
Contents
<table class="min-w-full divide-y divide-gray-300"> <thead class="bg-gray-50"> <tr> <th scope="col" class="py-3.5 pl-4 pr-3 text-left text-sm font-semibold text-gray-900 sm:pl-6">Name</th> <th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">SQL</th> <th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">Duration</th> <th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">Date</th> <th scope="col" class="relative py-3.5 pl-3 pr-4 sm:pr-6"> <span class="sr-only">Edit</span> </th> </tr> </thead> <tbody id="queries" class="divide-y divide-gray-200 bg-white"> <%= render @queries %> </tbody> </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_live_dashboard-0.2.0 | app/views/rails_live_dashboard/queries/_list.html.erb |
rails_live_dashboard-0.1.2 | app/views/rails_live_dashboard/queries/_list.html.erb |