Skip to content
Snippets Groups Projects
Commit 1d05af85 authored by Tibo's avatar Tibo
Browse files

minor style update

parent 665b596b
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,12 @@
</tr>
@foreach($organizations as $organization)
<tr>
<td>{{ $organization->name }}</td>
<td>
<a href="{{ action('OrganizationController@show', ['organization' => $organization]) }}"
class="text-decoration-none">
{{ $organization->name }}
</a>
</td>
<td class="text-right">
<a class="btn btn-primary btn-sm"
href="{{ action('OrganizationController@show', ['organization' => $organization]) }}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment