Skip to content

Commit 076b8ca

Browse files
fix(toil): Pattern matched function missing "gitlab" case (#346)
Another place missing GitLab mapping ## ✅ Checklist - [ ] I have tested this change - [ ] This change requires documentation update
1 parent b24f276 commit 076b8ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front/lib/front_web/views/shared_helpers.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ defmodule FrontWeb.SharedHelpers do
449449

450450
def provider_name("github"), do: "GitHub"
451451
def provider_name("bitbucket"), do: "Bitbucket"
452+
def provider_name("gitlab"), do: "GitLab"
452453

453454
@spec contact_support_card(Plug.Conn.t(), LayoutModel.t()) :: renderable()
454455
def contact_support_card(conn, layout_model) do

0 commit comments

Comments
 (0)