Commit 9089d6fe authored by Nicolas Widart's avatar Nicolas Widart

Merge commit '254c526d'

* commit '254c526d':
  Squashed 'Modules/Workshop/' changes from a6cc96b..31cd758
parents 384e365c 254c526d
......@@ -11,7 +11,7 @@
@stop
@section('styles')
<link href="{{{ core_asset('css/vendor/iCheck/flat/blue.css') }}}" rel="stylesheet" type="text/css" />
<link href="{{{ Module::asset('core', 'css/vendor/iCheck/flat/blue.css') }}}" rel="stylesheet" type="text/css" />
@stop
@section('content')
......@@ -56,4 +56,4 @@ $( document ).ready(function() {
});
});
</script>
@stop
\ No newline at end of file
@stop
......@@ -11,7 +11,7 @@
@stop
@section('styles')
<link href="{{{ core_asset('css/vendor/iCheck/flat/blue.css') }}}" rel="stylesheet" type="text/css" />
<link href="{{{ Module::asset('core', 'css/vendor/iCheck/flat/blue.css') }}}" rel="stylesheet" type="text/css" />
@stop
@section('content')
......@@ -48,4 +48,4 @@ $( document ).ready(function() {
});
});
</script>
@stop
\ No newline at end of file
@stop
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment