Skip to content

Commit

Permalink
add a feature block to signup form (publiclab#2267)
Browse files Browse the repository at this point in the history
  • Loading branch information
nethanelkohen authored and Souravirus committed Mar 12, 2018
1 parent 0d24dbd commit a4337f0
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions app/views/users/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="col-md-3">

<%= raw t('users.new.about_public_lab') %>

</div>
Expand All @@ -24,15 +24,9 @@

<%= render 'form' %>
<div style="clear:both;padding-top:10px;">
<p><b><%= t('users.new.code_of_conduct_agreement') %></b></p>
<p><%= raw t('users.new.code_of_conduct_detail', :url1 => "http://publiclab.org/conduct") %></p>
</div>

<div style="clear:both;padding-top:10px;">
<p><b><%= t('users.new.licensing_agreement') %></b></p>
<p> <%= raw t('users.new.licensing_detail', :url1 => "http://creativecommons.org/licenses/by-sa/3.0/", :url2 => "http://www.ohwr.org/cernohl", :url3 => "http://creativecommons.org/licenses/by-sa/3.0/") %></p>
</div>
<% cache('feature_signup-notice', skip_digest: true) do %>
<%= feature('signup-notice') %>
<% end %>

<br style="margin-bottom:20px;" />

Expand Down

0 comments on commit a4337f0

Please sign in to comment.