remove deprecated size option

pull/6827/head
Jens Ulferts 9 years ago
parent 84ea93f859
commit 710824fb7a
  1. 2
      app/views/meetings/show.html.erb

@ -58,7 +58,7 @@ See doc/COPYRIGHT.md for more details.
<div class="meeting details box">
<div class="grid-block wrap">
<div class="grid-content small-12">
<%= avatar(@meeting.author, :size => "64") %>
<%= avatar(@meeting.author) %>
<p class="author"><%= authoring @meeting.created_at, @meeting.author %></p>
</div>
<div class="grid-content small-6">

Loading…
Cancel
Save