Apps page url and function name changed

This commit is contained in:
cuneytsenturk
2017-11-01 18:23:50 +03:00
parent bddba2ea15
commit 2545c18a62
6 changed files with 23 additions and 21 deletions

View File

@ -1,13 +1,13 @@
<div class="col-md-3 no-padding-left">
<div class="box box-success">
<div class="box-header with-border">
<h3 class="box-title"><a href="{{ url('modules/item/' . $module->slug) }}">{{ $module->name }}</a></h3>
<h3 class="box-title"><a href="{{ url('modules/' . $module->slug) }}">{{ $module->name }}</a></h3>
<!-- /.box-tools -->
</div>
<!-- /.box-header -->
<div class="box-body text-center">
<a href="{{ url('modules/item/' . $module->slug) }}">
<a href="{{ url('modules/' . $module->slug) }}">
<img src="{{ $module->files[0]->path_string }}" alt="{{ $module->name }}" class="item-image">
</a>
</div>