rostra 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,8 +10,10 @@
10
10
  <%= link_to 'edit', edit_question_path(@question) if can? :manage, @question %>
11
11
  </cite>
12
12
  <div class="text"><%= simple_format(@question.details) %></div>
13
- <div class="timestamp"><%= time_ago_in_words(@question.updated_at) %> ago</div>
14
- <%= tag_list(@question) %>
13
+ <div class="details">
14
+ <div class="timestamp"><%= time_ago_in_words(@question.updated_at) %> ago</div>
15
+ <%= tag_list(@question) %>
16
+ </div>
15
17
  </div>
16
18
 
17
19
  <% unless @answers.empty? %>
@@ -1,3 +1,3 @@
1
1
  module Rostra
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rostra
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.11
5
+ version: 0.0.12
6
6
  platform: ruby
7
7
  authors:
8
8
  - Cory Schires