From f453f1a9a59119bd3567b4241c81d4b23023cafb Mon Sep 17 00:00:00 2001 From: Daniela Feitosa Date: Sun, 13 Apr 2014 13:11:16 +0000 Subject: [PATCH] Removed needless condition --- app/views/account/_identifier_status.rhtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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