app/views/chaltron/users/self_show.html.erb in chaltron-0.1.0 vs app/views/chaltron/users/self_show.html.erb in chaltron-0.1.1
- old
+ new
@@ -46,11 +46,10 @@
<% end %>
</ul>
</div>
<%= link_to self_edit_users_path, class: 'btn btn-primary' do %>
- <%= icon('edit') %>
- <%= t('.edit') %>
+ <%= icon 'edit', t('.edit') %>
<% end %>
</div>
</div>