Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
edit user regitration view: tell user how much chars he can use in us…
Browse files Browse the repository at this point in the history
…ername form
  • Loading branch information
JesusGautamah committed Nov 21, 2022
1 parent 29cfa9f commit 9b6151e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/views/users/registrations/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<%= render "users/shared/error_messages", resource: resource %>
<div class="field text-black">
<%= f.label :username, class: "text-white" %><br />
<em class="text-white">(10 characters minimum)</em>
<%= f.text_field :username, autofocus: true, autocomplete: "username",class: "px-4 py-2 rounded text-black border-2 border-purple-300 focus_border-purple-900" %>
</div>

Expand Down
2 changes: 1 addition & 1 deletion coverage/.resultset.json
Original file line number Diff line number Diff line change
Expand Up @@ -1848,6 +1848,6 @@
}
}
},
"timestamp": 1668991647
"timestamp": 1668993590
}
}
4 changes: 2 additions & 2 deletions coverage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<img src="./assets/0.12.3/loading.gif" alt="loading"/>
</div>
<div id="wrapper" class="hide">
<div class="timestamp">Generated <abbr class="timeago" title="2022-11-20T21:47:28-03:00">2022-11-20T21:47:28-03:00</abbr></div>
<div class="timestamp">Generated <abbr class="timeago" title="2022-11-20T22:19:51-03:00">2022-11-20T22:19:51-03:00</abbr></div>
<ul class="group_tabs"></ul>

<div id="content">
Expand Down Expand Up @@ -16798,7 +16798,7 @@ <h4>



<code class="ruby"> hash, block_hash, master_hash</code>
<code class="ruby"> [hash, block_hash, master_hash]</code>
</li>
</div>

Expand Down

0 comments on commit 9b6151e

Please sign in to comment.