aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/blog/_submenu.html.erb2
-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
-rw-r--r--app/views/admin/blog/comments/_comment.html.erb4
-rw-r--r--app/views/admin/blog/comments/index.html.erb10
-rw-r--r--app/views/admin/blog/comments/show.html.erb2
-rw-r--r--app/views/admin/blog/posts/_form.css.erb2
-rw-r--r--app/views/admin/blog/posts/_form.js.erb2
-rw-r--r--app/views/admin/blog/posts/index.html.erb2
11 files changed, 17 insertions, 17 deletions
diff --git a/app/views/admin/blog/_submenu.html.erb b/app/views/admin/blog/_submenu.html.erb
index 6f27722..dcf2f4e 100644
--- a/app/views/admin/blog/_submenu.html.erb
+++ b/app/views/admin/blog/_submenu.html.erb
@@ -86,4 +86,4 @@
<% end %>
<% else %>
<% content_for :stylesheets, stylesheet_link_tag('refinery/refinerycms-blog')%>
-<% end %> \ No newline at end of file
+<% end %>
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" %>
diff --git a/app/views/admin/blog/comments/_comment.html.erb b/app/views/admin/blog/comments/_comment.html.erb
index 52a8167..1817c48 100644
--- a/app/views/admin/blog/comments/_comment.html.erb
+++ b/app/views/admin/blog/comments/_comment.html.erb
@@ -10,10 +10,10 @@
:target => "_blank" unless comment.unmoderated? %>
<%= link_to refinery_icon_tag('zoom.png'), admin_blog_comment_path(comment),
:title => t('.read') %>
- <%= link_to refinery_icon_tag("cross.png"),
+ <%= link_to refinery_icon_tag("cross.png"),
rejected_admin_blog_comment_path(comment, :return_to => request.path.split('/').last.gsub(/^comments$/, 'index')),
:title => t('.reject') unless comment.rejected? %>
- <%= link_to refinery_icon_tag("tick.png"),
+ <%= link_to refinery_icon_tag("tick.png"),
approved_admin_blog_comment_path(comment, :return_to => request.path.split('/').last.gsub(/^comments$/, 'index')),
:title => t('.approve') unless comment.approved? %>
</span>
diff --git a/app/views/admin/blog/comments/index.html.erb b/app/views/admin/blog/comments/index.html.erb
index c1596a6..fbf268d 100644
--- a/app/views/admin/blog/comments/index.html.erb
+++ b/app/views/admin/blog/comments/index.html.erb
@@ -3,7 +3,7 @@
<% if searching? %>
<h2><%= t('shared.admin.search.results_for', :query => params[:search]) %></h2>
<% if @blog_comments.any? %>
- <%=# will_paginate @blog_comments
+ <%=# will_paginate @blog_comments
%>
<ul>
@@ -11,19 +11,19 @@
:collection => @blog_comments %>
</ul>
- <%=# will_paginate @blog_comments
+ <%=# will_paginate @blog_comments
%>
<% else %>
<p><%= t('admin.search_no_results') %></p>
<% end %>
<% else %>
<% if @blog_comments.any? %>
- <%=# will_paginate @blog_comments
+ <%=# will_paginate @blog_comments
%>
<%= render :partial => "sortable_list" %>
- <%=# will_paginate @blog_comments
+ <%=# will_paginate @blog_comments
%>
<% else %>
<h3>
@@ -32,4 +32,4 @@
</h3>
<% end %>
<% end %>
-</div> \ No newline at end of file
+</div>
diff --git a/app/views/admin/blog/comments/show.html.erb b/app/views/admin/blog/comments/show.html.erb
index 82a5f6f..4faa2de 100644
--- a/app/views/admin/blog/comments/show.html.erb
+++ b/app/views/admin/blog/comments/show.html.erb
@@ -63,4 +63,4 @@
<% content_for :head, stylesheet_link_tag('refinery/refinerycms-blog') %>
<% else %>
<% content_for :stylesheets, stylesheet_link_tag('refinery/refinerycms-blog') %>
-<% end %> \ No newline at end of file
+<% end %>
diff --git a/app/views/admin/blog/posts/_form.css.erb b/app/views/admin/blog/posts/_form.css.erb
index d6f2c20..05c18cf 100644
--- a/app/views/admin/blog/posts/_form.css.erb
+++ b/app/views/admin/blog/posts/_form.css.erb
@@ -4,4 +4,4 @@
margin: 0px;
padding: 0px;
}
-</style> \ No newline at end of file
+</style>
diff --git a/app/views/admin/blog/posts/_form.js.erb b/app/views/admin/blog/posts/_form.js.erb
index 394975f..1d65448 100644
--- a/app/views/admin/blog/posts/_form.js.erb
+++ b/app/views/admin/blog/posts/_form.js.erb
@@ -10,4 +10,4 @@
}, 250);
});
});
-</script> \ No newline at end of file
+</script>
diff --git a/app/views/admin/blog/posts/index.html.erb b/app/views/admin/blog/posts/index.html.erb
index ae825eb..d8c45a9 100644
--- a/app/views/admin/blog/posts/index.html.erb
+++ b/app/views/admin/blog/posts/index.html.erb
@@ -27,4 +27,4 @@
</p>
<% end %>
<% end %>
-</div> \ No newline at end of file
+</div>