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

Commit

Permalink
Update showAllSubmissions.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhodeep Mukherjee authored Sep 13, 2016
1 parent f071693 commit ea11c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/User/Admin/showAllSubmissions.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
@if($submission->checked==1.00)
<i class="fa fa-check" aria-hidden="true" style="color: green"></i>
@endif
{{$submission->problem_statement}}.</h5><br>
{{$submission->problem_statement}} [{{$submission->user_id}}].</h5><br>
<br>
<div style="display:flex">
<div><a target="_blank" class="custom-button" href="{{$submission->url}}">View Solution</a></div>&nbsp;&nbsp;&nbsp;
Expand Down Expand Up @@ -152,7 +152,7 @@
@if($submission->checked==1.00)
<i class="fa fa-check" aria-hidden="true" style="color: green"></i>
@endif
{{$submission->problem_statement}}.</h5><br><br>
{{$submission->problem_statement}} [{{$submission->user_id}}].</h5><br><br>
<div style="display:flex">

<div ><a target="_blank" class="custom-button" href="{{$submission->url}}">View Solution</a></div>&nbsp;&nbsp;&nbsp;
Expand Down

0 comments on commit ea11c52

Please sign in to comment.