Commit 140c357031754b7d231016140863a7e99ccc9833

Authored by Andrey Karpikov
1 parent 4c6b3007

check errors

... ... @@ -21,7 +21,7 @@
21 21 <div>
22 22 <%= form.fields_for :page_content_attributes do |form2| %>
23 23 <div class="form-group">
24   - <%= render partial: '/kanjai/admin/pages/page_content_attribute_fields', locals: {f: form2} %>
  24 + <%= render partial: '/kanjai/admin/page_content_attribute_fields', locals: {f: form2} %>
25 25 </div>
26 26 <% end %>
27 27 <div class="links text-right">
... ...
1 1 module Kanjai
2   - VERSION = "0.0.382"
  2 + VERSION = "0.0.383"
3 3 end
... ...