beef-articles 0.3.16 → 0.3.18

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.16
1
+ 0.3.18
@@ -21,7 +21,7 @@
21
21
  <% if @article.allow_comments? or @article.comments.any? -%>
22
22
  <div id="comments">
23
23
  <h2>Comments</h2>
24
-
24
+
25
25
  <% if @article.comments.empty? -%>
26
26
  <p class="no-comments">There are currently no comments.</p>
27
27
  <% else -%>
@@ -30,6 +30,7 @@
30
30
 
31
31
  <% if @article.allow_comments? %>
32
32
  <h2 id="respond">Leave a Comment</h2>
33
+ <p>*Required fields</p>
33
34
  <%= render :partial => 'comments/form', :locals => { :commentable => @article } %>
34
35
  <% end -%>
35
36
  </div><!-- eo:comments -->
data/articles.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{articles}
8
- s.version = "0.3.16"
8
+ s.version = "0.3.18"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Steve England"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beef-articles
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.16
4
+ version: 0.3.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve England