app/views/archangel/backend/sites/_form.html.erb in archangel-0.0.7 vs app/views/archangel/backend/sites/_form.html.erb in archangel-0.0.8
- old
+ new
@@ -19,15 +19,9 @@
unchecked_value: false if f.object.logo? %>
<%= f.input :theme, as: :theme %>
<%= f.input :locale, as: :language %>
- <%= f.input :favicon, as: :file %>
- <%= f.input :favicon_cache, as: :hidden %>
- <%= f.input :remove_favicon, as: :boolean,
- checked_value: true,
- unchecked_value: false if f.object.favicon? %>
-
<%= f.input :meta_keywords, as: :meta_keywords %>
<%= f.input :meta_description %>
</div>
<div class="form-actions text-right">