- <fieldset>
- <div class="standard-form-row">
- <label class="standard-label"><%= t "users.new.password" %></label>
- <%= f.password_field :pass_crypt, :value => "", :autocomplete => :off %>
- </div>
-
- <div class="standard-form-row">
- <label class="standard-label"><%= t "users.new.confirm password" %></label>
- <%= f.password_field :pass_crypt_confirmation, :value => "", :autocomplete => :off %>
- </div>
- </fieldset>
-
- <fieldset>
- <div class="standard-form-row">
- <label class="standard-label"><%= t ".external auth" %></label>
- <%= f.select :auth_provider, Auth::PROVIDERS %>
- <%= f.text_field :auth_uid %>
- <span class="form-help deemphasize">(<a href="<%= t ".openid.link" %>" target="_new"><%= t ".openid.link text" %></a>)</span>
- </div>
- </fieldset>
-
- <fieldset class="form-divider">
- <div class="standard-form-row">
- <label class="standard-label"><%= t ".public editing.heading" %></label>
- <span class="form-help deemphasize">
- <% if current_user.data_public? %>
- <%= t ".public editing.enabled" %>
- (<a href="<%= t ".public editing.enabled link" %>" target="_new"><%= t ".public editing.enabled link text" %></a>)
- <% else %>
- <%= t ".public editing.disabled" %>
- (<a href="#public"><%= t ".public editing.disabled link text" %></a>)
- <% end %>
- </span>
- </div>
-
- <div class="standard-form-row">
- <label class="standard-label"><%= t ".contributor terms.heading" %></label>
- <span class="form-help deemphasize">
- <% if current_user.terms_agreed? %>
- <%= t ".contributor terms.agreed" %>
- (<a href="<%= t ".contributor terms.link" %>" target="_new"><%= t ".contributor terms.link text" %></a>)
- <% if current_user.consider_pd? %>
- <%= t ".contributor terms.agreed_with_pd" %>
- <% end %>
- <% else %>
- <%= t ".contributor terms.not yet agreed" %>
- <%= link_to t(".contributor terms.review link text"), :controller => "users", :action => "terms" %>
+ <div class="form-group">
+ <label><%= t ".public editing.heading" %></label>
+ <span class="form-text text-muted">
+ <% if current_user.data_public? %>
+ <%= t ".public editing.enabled" %>
+ (<a href="<%= t ".public editing.enabled link" %>" target="_new"><%= t ".public editing.enabled link text" %></a>)
+ <% else %>
+ <%= t ".public editing.disabled" %>
+ (<a href="#public"><%= t ".public editing.disabled link text" %></a>)
+ <% end %>
+ </span>
+ </div>
+
+ <div class="form-group">
+ <label><%= t ".contributor terms.heading" %></label>
+ <span class="form-text text-muted">
+ <% if current_user.terms_agreed? %>
+ <%= t ".contributor terms.agreed" %>
+ (<a href="<%= t ".contributor terms.link" %>" target="_new"><%= t ".contributor terms.link text" %></a>)
+ <% if current_user.consider_pd? %>
+ <%= t ".contributor terms.agreed_with_pd" %>