aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/categories
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/blog/categories')
-rw-r--r--app/views/admin/blog/categories/_form.html.erb4
-rw-r--r--app/views/admin/blog/categories/edit.html.erb2
-rw-r--r--app/views/admin/blog/categories/index.html.erb2
-rw-r--r--app/views/admin/blog/categories/new.html.erb2
4 files changed, 5 insertions, 5 deletions
diff --git a/app/views/admin/blog/categories/_form.html.erb b/app/views/admin/blog/categories/_form.html.erb
index 247f31b..28227ae 100644
--- a/app/views/admin/blog/categories/_form.html.erb
+++ b/app/views/admin/blog/categories/_form.html.erb
@@ -8,7 +8,7 @@
:include_object_name => true
} %>
<% end %>
-
+
<div class='field'>
<%= f.label :title -%>
<%= f.text_field :title, :class => 'larger widest' -%>
@@ -20,4 +20,4 @@
:continue_editing => false,
:delete_title => t('admin.blog.categories.category.delete')
} %>
-<% end %> \ No newline at end of file
+<% end %>
diff --git a/app/views/admin/blog/categories/edit.html.erb b/app/views/admin/blog/categories/edit.html.erb
index 42509a2..2872e82 100644
--- a/app/views/admin/blog/categories/edit.html.erb
+++ b/app/views/admin/blog/categories/edit.html.erb
@@ -1 +1 @@
-<%= render :partial => "form" %> \ No newline at end of file
+<%= render :partial => "form" %>
diff --git a/app/views/admin/blog/categories/index.html.erb b/app/views/admin/blog/categories/index.html.erb
index 9bd50a8..d9ccae6 100644
--- a/app/views/admin/blog/categories/index.html.erb
+++ b/app/views/admin/blog/categories/index.html.erb
@@ -27,4 +27,4 @@
</p>
<% end %>
<% end %>
-</div> \ No newline at end of file
+</div>
diff --git a/app/views/admin/blog/categories/new.html.erb b/app/views/admin/blog/categories/new.html.erb
index 42509a2..2872e82 100644
--- a/app/views/admin/blog/categories/new.html.erb
+++ b/app/views/admin/blog/categories/new.html.erb
@@ -1 +1 @@
-<%= render :partial => "form" %> \ No newline at end of file
+<%= render :partial => "form" %>