Skip to content

Commit

Permalink
Showing project name in dashboard page
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Jul 29, 2020
1 parent 79fdf9f commit acac705
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion resources/views/loggedin-environment/my-dashboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
<a href="{{ route('project.landing-page', $project->slug) }}">
<img class="project-logo"
alt="Project logo for {{$project->name}}"
src="{{asset($project->logo_path)}}"></a>
src="{{asset($project->logo_path)}}">
<br>
<p class="project-title mt-2">{{ $project->name }}</p>
</a>
</td>
<td class="h-75 col-md-4 col-sm-6 justify-content-center align-self-center border-top-0">
<div class="progress-container">
Expand Down

0 comments on commit acac705

Please sign in to comment.