Sha256: 750a8de4ffb082ecb4071b7bbcfc7ad27df4962f1d0c8be925ad839987c2ff30
Contents?: true
Size: 862 Bytes
Versions: 114
Compression:
Stored size: 862 Bytes
Contents
<% url = resources_path(@resource.model_class, 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
114 entries across 114 versions & 1 rubygems