1
0
mirror of https://github.com/danbee/my-images synced 2025-03-04 08:49:05 +00:00
my-images/app/views/sessions/new.html.erb

14 lines
262 B
Plaintext

<% content_for :title, "My Images" %>
<div class="centre-stage">
<%= button_to(
'/auth/github',
class: "github-button",
method: :post,
data: {turbo: false}
) do %>
<%= image_tag "github.svg" %>
Sign in with GitHub
<% end %>
</div>