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 29dfa87 commit 52aab09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Models/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Event 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 @@ -33,7 +33,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' => 'events'])</td>
<td><item-list-status-button :model="model"></item-list-status-button></td>
<td><img :src="model.thumb" alt="" height="22"></td>
<td><img :src="model.thumb" alt="" height="27"></td>
<td>@{{ model.start_date | date }}</td>
<td>@{{ model.end_date | date }}</td>
<td>@{{ model.title_translated }}</td>
Expand Down

0 comments on commit 52aab09

Please sign in to comment.