We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24f276 commit 076b8caCopy full SHA for 076b8ca
front/lib/front_web/views/shared_helpers.ex
@@ -449,6 +449,7 @@ defmodule FrontWeb.SharedHelpers do
449
450
def provider_name("github"), do: "GitHub"
451
def provider_name("bitbucket"), do: "Bitbucket"
452
+ def provider_name("gitlab"), do: "GitLab"
453
454
@spec contact_support_card(Plug.Conn.t(), LayoutModel.t()) :: renderable()
455
def contact_support_card(conn, layout_model) do
0 commit comments