You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The reviewer with the GitHub username <strong><%=@user.github%></strong> is already registered in the system.</p>
7
+
If it does not appear in the <%=link_to"reviewers search",search_reviewers_path(name: @user.github),class: "underline cursor-pointer"%> they have probably mark themselves as not available for review at the moment.
8
+
</div>
9
+
<%elsif@user.errors.any?%>
10
+
<divid="error_explanation" class="alert-error">
11
+
<h3><%=pluralize(@user.errors.count,"error")%>, prohibited to create the reviewer:</h3>
<%=link_to"🚮 Delete user",user_path(@user),data: {turbo_method: :delete,turbo_confirm: "Are you sure you want to delete this user?"},class: "btn-danger mb-1"%>
46
47
<%end%>
47
48
@@ -135,6 +136,7 @@
135
136
<tdclass="max-w-fit text-center">
136
137
by: <%=github_link(feedback.editor&.github)%>
137
138
<%=" | ".html_safe + link_to("Reference",feedback.link,target: "_blank",title: "Go to review")iffeedback.link.present?%>
139
+
<%=" | ".html_safe + link_to("Delete",admin_destroy_feedback_path(feedback),data: {turbo_method: :delete,turbo_confirm: "Are you sure you want to delete this feedback?"})%>
0 commit comments