diff --git a/app/views/account/_identifier_status.rhtml b/app/views/account/_identifier_status.rhtml index 3ac2594..f8d9510 100644 --- a/app/views/account/_identifier_status.rhtml +++ b/app/views/account/_identifier_status.rhtml @@ -1,9 +1,9 @@
<% if @suggested_usernames %> - <% @status += '
' + _('Available: ') if not @suggested_usernames.empty? %> + <% @status += '
' + _('Available: ') %> <% @suggested_usernames.each do |username| %> - <% @status += "" + username + ' ' %> - <%end%> + <% @status += "" + username + ' ' %> + <% end %> <% end %> @@ -17,4 +17,4 @@ fill_username(this.innerHTML); }); -
\ No newline at end of file + -- libgit2 0.21.2