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

9 lines
217 B
Plaintext

<% content_for :title, "My Images" %>
<div class="centre-stage">
<%= link_to '/auth/github', class: "github-button", method: :post do %>
<%= image_tag "github.svg" %>
Sign in with GitHub
<% end %>
</div>