From 68402832303fe64eb3056629b596eda40b2bb17c Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Fri, 21 Mar 2025 14:50:25 -0400 Subject: [PATCH] Attempt to fix #92 --- app/views/users/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index 9c276c9..b27e545 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -51,7 +51,7 @@ <% if @user.github_uid.present? %>

Your GitHub account is linked. <%= link_to "@#{@user.github_username}", "https://github.com/#{@user.github_username}", target: "_blank" %>

<% 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 %>