Skip to content

Commit 33da20c

Browse files
committed
Corrects graph link.
1 parent 37270c6 commit 33da20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/partials/reporting/statements.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
@section('buttons')
3232
<a id="edit" href="{{ route('reporting.index', [$report->lrs_id]) }}#{{$report->_id}}/edit" class="btn btn-info"><i class="icon icon-pencil"></i> {{ Lang::get('site.edit') }}</a>
33-
<a id="graph" data-toggle="tooltip" data-placement="top" title="View a graph of statements that match this report" href="{{ route('reporting.index', [$report->lrs]) }}#{{$report->_id}}/graph" class="btn btn-success"><i class="icon icon-signal"></i> {{ Lang::get('reporting.graph') }}</a>
33+
<a id="graph" data-toggle="tooltip" data-placement="top" title="View a graph of statements that match this report" href="{{ route('reporting.index', [$report->lrs_id]) }}#{{$report->_id}}/graph" class="btn btn-success"><i class="icon icon-signal"></i> {{ Lang::get('reporting.graph') }}</a>
3434
@stop
3535

3636
@section('footer')

0 commit comments

Comments
 (0)