Fixes Organization Settings CTA link url label (#1370) (#1371)

This commit is contained in:
Anant Jain 2018-12-20 09:51:50 -08:00 committed by Ben Halpern
parent 3feccdc852
commit 479cf6fc9f

View file

@ -134,7 +134,7 @@ _italic_ and **bold** is okay. Links, and headers etc. will not show up.
<%= f.text_field :cta_button_text, maxlength: 20, placeholder: "Limit of 20 characters" %>
</div>
<div class="field">
<%= f.label "Link Text" %>
<%= f.label "Link url" %>
<%= f.text_field :cta_button_url, placeholder: "https://example.com" %>
</div>
<div class="field">