Sha256: 180e33ca797fe9dc7ba536371d75715ad2f3f6aea3fc51ba87deff1f874ebe61
Contents?: true
Size: 860 Bytes
Versions: 112
Compression:
Stored size: 860 Bytes
Contents
<% url = resources_path(resource: @resource, page: page, keep_query_params: true) %> <% if page.current? %> <button type="button" class="hidden md:inline-flex -ml-px relative items-center px-4 py-2 border bg-gray-100 text-sm leading-5 font-medium text-gray-700 hover:text-gray-500 z-10 outline-none border-primary-300 active:bg-gray-100 transition ease-in-out duration-150"> <%= page %> </button> <% else %> <%= link_to url, :remote => remote do %> <button type="button" class="hidden md:inline-flex -ml-px relative items-center px-4 py-2 border border-gray-300 bg-white text-sm leading-5 font-medium text-gray-700 hover:text-gray-500 focus:z-10 focus:outline-none focus:border-blue-300 focus:shadow-outline-blue active:bg-gray-100 active:text-gray-700 transition ease-in-out duration-150"> <%= page %> </button> <% end %> <% end %>
Version data entries
112 entries across 112 versions & 1 rubygems