We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee0ed44 commit f904d26Copy full SHA for f904d26
resources/views/domains/index.blade.php
@@ -44,7 +44,7 @@ class="table striped row-hover cell-border"
44
<td>{{ $domain->framework }}</td>
45
<td><a href="/domains/{{ $domain->id}}">{{ $domain->title }}</a></td>
46
<td>{{ $domain->description }}</td>
47
- <td><a href="/alice/index?domain={{ $domain->id }}">{{ $domain->measures }}</a></td>
+ <td><a href="/alice/index?domain={{ $domain->id }}">{{ $domain->measures_count }}</a></td>
48
</tr>
49
@endforeach
50
</tbody>
0 commit comments