forked from External/greenlight
username validations
This commit is contained in:
@ -8,6 +8,9 @@
|
||||
</div>
|
||||
<%= f.submit class: "btn btn-success", value: "Save" %>
|
||||
<% end %>
|
||||
<div class="error">
|
||||
<p><%= error %></p>
|
||||
</div>
|
||||
<div class="description">
|
||||
<p>This username will be used to identify your personal room</p>
|
||||
</div>
|
||||
|
@ -1,3 +1,3 @@
|
||||
<div class="page-wrapper user edit">
|
||||
<%= render 'form', user: @user %>
|
||||
<%= render 'form', user: @user, error: @error %>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user