···112112 </form>
113113 {{ else }}
114114 <div class="bg-amber-50 dark:bg-amber-900 border border-amber-500 rounded drop-shadow-sm p-6 relative flex gap-2 items-center">
115115+ {{ if not projectMode }}
115116 <a href="/signup" class="btn-create py-0 hover:no-underline hover:text-white flex items-center gap-2">
116117 Sign up
117118 </a>
118119 <span class="text-gray-500 dark:text-gray-400">or</span>
120120+ {{ end }}
119121 <a href="/login" class="underline">Login</a>
120122 to add to the discussion
121123 </div>
+2
appview/pages/templates/repo/pulls/pull.html
···602602603603{{ define "loginPrompt" }}
604604 <div class="bg-amber-50 dark:bg-amber-900 border border-amber-500 rounded shadow-sm p-2 relative flex gap-2 items-center">
605605+ {{ if not projectMode }}
605606 <a href="/signup" class="btn-create py-0 hover:no-underline hover:text-white flex items-center gap-2">
606607 Sign up
607608 </a>
608609 <span class="text-gray-500 dark:text-gray-400">or</span>
610610+ {{ end }}
609611 <a href="/login" class="underline">Login</a>
610612 to add to the discussion
611613 </div>
+2
appview/pages/templates/user/login.html
···109109 </div>
110110 </div>
111111 {{ end }}
112112+ {{ if not projectMode }}
112113 <p class="text-sm text-gray-500">
113114 Don't have an account? <a href="/signup" class="underline">Create an account</a> on Tangled now!
114115 </p>
116116+ {{ end }}
115117116118 <p id="login-msg" class="error w-full"></p>
117119{{ end }}