Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
added user id
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhodeep Mukherjee authored Sep 13, 2016
1 parent f64e280 commit 30b853c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/User/Admin/showAllSubmissions.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
@if($submission->checked==1.00)
<i class="fa fa-check" aria-hidden="true" style="color: green"></i>
@endif
{{$submission->problem_statement}}.
{{$submission->problem_statement}} [{{$submission->user_id}}].
</h5>
<br><br>
<div style="display:flex">
Expand Down

0 comments on commit 30b853c

Please sign in to comment.