Skip to content

Commit

Permalink
thumbs height
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed May 10, 2019
1 parent 2f4cd27 commit ef91064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Models/News.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class News extends Base
*/
public function getThumbAttribute()
{
return $this->present()->image(null, 44);
return $this->present()->image(null, 54);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/resources/views/admin/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<td class="checkbox"><item-list-checkbox :model="model" :checked-models-prop="checkedModels" :loading="loading"></item-list-checkbox></td>
<td>@include('core::admin._button-edit', ['module' => 'news'])</td>
<td><item-list-status-button :model="model"></item-list-status-button></td>
<td><img :src="model.thumb" alt="" width="22"></td>
<td><img :src="model.thumb" alt="" height="27"></td>
<td>@{{ model.date | date }}</td>
<td>@{{ model.title_translated }}</td>
</template>
Expand Down

0 comments on commit ef91064

Please sign in to comment.