Skip to content

Commit 6dd4746

Browse files
committed
remove link
1 parent a32c0aa commit 6dd4746

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

resources/views/measures/show.blade.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,7 @@
186186
@foreach($controls as $control)
187187
<tr>
188188
<td>
189-
<a id="{{ $control->name }}" href="/bob/show/{{$control->id}}">
190-
{{ $control->name }}
191-
</a>
189+
{{ $control->name }}
192190
</td>
193191
<td>
194192
<a id="{{ $control->scope }}" href="/bob/show/{{$control->id}}">

0 commit comments

Comments
 (0)