Skip to content

Commit

Permalink
Merge branch 'patch-5' of https://github.com/DanielNemanic/snipe-it i…
Browse files Browse the repository at this point in the history
…nto DanielNemanic-patch-5

# Conflicts:
#	app/views/backend/models/view.blade.php
  • Loading branch information
snipe committed May 2, 2015
2 parents 1261210 + 6f9daa2 commit 527650d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/config/version.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
return array (
'app_version' => 'v1.2.7-beta',
'hash_version' => 'v1.2.7-beta-6-g1137768',
'hash_version' => 'v1.2.7-beta-10-g48ccf84',
);
2 changes: 1 addition & 1 deletion app/views/backend/models/view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
@endif

@if ($model->image)
<li><br /><img src="/uploads/models/{{{ $model->image }}}" class="img-responsive" /></li>
<li><br /><img src="{{ Config::get('app.url') }}/uploads/models/{{{ $model->image }}}" /></li>
@endif

@if ($model->deleted_at!='')
Expand Down

0 comments on commit 527650d

Please sign in to comment.