Skip to content
This repository was archived by the owner on Sep 5, 2017. It is now read-only.

Commit d8b9798

Browse files
authored
Minor UX Fix
1 parent 2f1810c commit d8b9798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/join.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function onload() {
5656
@lang('join.username') @if ($org->password != null && trim($org->password) != "")@lang('join.passwd') @endif @lang('join.tojoin') {{ $org->name }}:<br><br>
5757
<form id="join-form" method="POST" href="{{ url('join/'.$org->id) }}">
5858
{{ csrf_field() }}
59-
<input id="github_username" type="text" name="github_username" class="textbox" placeholder="@lang('join.uplace')" value="{{ old('github_username') }}"><br><br>
59+
<input id="github_username" type="text" name="github_username" class="textbox {{ $errors->has('github_username') ? 'has-error' : '' }}" placeholder="@lang('join.uplace')" value="{{ old('github_username') }}"><br><br>
6060
@if ($org->password != null && trim($org->password) != "")
6161
<input type="password" name="org_password" class="textbox" placeholder="@lang('join.pplace')"><br><br>
6262
@endif

0 commit comments

Comments
 (0)