Skip to content

Commit

Permalink
edit app/views/users/_create_form.html.erb as indicated in issue Sugg…
Browse files Browse the repository at this point in the history
…estion for a text edit on the signup page #5227 (#5234)
  • Loading branch information
edwd42 authored and jywarren committed Aug 23, 2019
1 parent 4bebe30 commit f2ad042
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/views/users/_create_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@

<% end %>

<% cache('feature_signup-notice', skip_digest: true) do %>
<%= feature('signup-notice') %>
<% end %>

<div class="col-md-12 form-group form-inline" style="clear:both;padding-top:10px;">
<!-- button for creating new users -->
Expand All @@ -120,9 +123,7 @@

<% end %>

<% cache('feature_signup-notice', skip_digest: true) do %>
<%= feature('signup-notice') %>
<% end %>


<script>
$("a.signupToggle").click(function(e){ //When a button that toggles the signup is clicked
Expand Down

0 comments on commit f2ad042

Please sign in to comment.