mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
Attempt to fix #92
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<% if @user.github_uid.present? %>
|
||||
<p>Your GitHub account is linked. <%= link_to "@#{@user.github_username}", "https://github.com/#{@user.github_username}", target: "_blank" %></p>
|
||||
<% else %>
|
||||
<%= link_to "Link GitHub Account", github_auth_path, class: "button" %>
|
||||
<%= link_to "Link GitHub Account", github_auth_path, class: "button", data: { turbo: "false" } %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user