Using correct version number on module detail view

parent 6f582a6c
......@@ -61,7 +61,7 @@
<div class="col-sm-12 module-details">
<div class="module-type pull-left">
<i class="fa fa-cube"></i>
<span>{{ $module->version }}</span>
<span>{{ module_version($module) }}</span>
</div>
<h2>{{ ucfirst($module->getName()) }}</h2>
<p>{{ $module->getDescription() }}</p>
......
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