Skip to content

Commit

Permalink
(Update) Bug Report Blade
Browse files Browse the repository at this point in the history
  • Loading branch information
HDVinnie committed Feb 1, 2018
1 parent b853c16 commit 2b66b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/bug/bug.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
<td class="rowhead">{{ trans('common.reporter') }}:</td>
<td>{{ trans('bug.enter-username') }}
<br>
<input type="text" class="form-control" name="{{ trans('common.username') }}" size="60" required>
<input type="text" class="form-control" name="username" value="{{ Auth::user()->username }}" size="60" required>
</td>
</tr>
<tr>
<td class="rowhead">{{ trans('common.email') }}:</td>
<td>{{ trans('bug.enter-email') }}
<br>
<input type="email" class="form-control" name="email" size="60" required>
<input type="email" class="form-control" name="email" value="{{ Auth::user()->email }}" size="60" required>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 2b66b34

Please sign in to comment.