app/views/user_groups/edit.html.erb in enju_leaf-1.1.0.rc12 vs app/views/user_groups/edit.html.erb in enju_leaf-1.1.0.rc13
- old
+ new
@@ -1,6 +1,6 @@
<div id="content_detail" class="ui-corner-all ui-widget-content">
-<h1 class="title"><%= t('page.editing', :model => t('activerecord.models.user_group')) -%></h1>
+<h1 class="title"><%= t('page.editing', model: t('activerecord.models.user_group')) -%></h1>
<div id="content_list">
<%= render 'form' %>
</div>
</div>