Skip to content

Commit

Permalink
Using correct version number on module detail view
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 14, 2017
1 parent 6f582a6 commit bde8961
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bde8961

Please sign in to comment.