enju_question 0.0.19 → 0.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,7 @@
6
6
  <p><%= link_to textilize(h(@question.body)), @question -%></p>
7
7
  <%- end -%>
8
8
 
9
- <table class="index">
9
+ <table class="table table-striped index">
10
10
  <tr>
11
11
  <th><%= t('activerecord.models.user') -%></th>
12
12
  <th><%= t('activerecord.attributes.answer.body') -%></th>
@@ -51,7 +51,7 @@
51
51
  </td>
52
52
  <td>
53
53
  <%- if can? :update, question -%>
54
- <%= link_to image_tag('icons/page_white_edit.png', :alt => t('page.edit'), :size => '16x16'), edit_question_path(question), :data => {:confirm => t('page.are_you_sure')}, :method => :delete -%>
54
+ <%= link_to image_tag('icons/page_white_edit.png', :alt => t('page.edit'), :size => '16x16'), edit_question_path(question) -%>
55
55
  <% end %>
56
56
  <%- if can? :destroy, question -%>
57
57
  <%= link_to image_tag('icons/delete.png', :alt => t('page.destroy'), :size => '16x16'), question, :data => {:confirm => t('page.are_you_sure')}, :method => :delete -%>
@@ -1,3 +1,3 @@
1
1
  module EnjuQuestion
2
- VERSION = "0.0.19"
2
+ VERSION = "0.0.20"
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enju_question
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.19
4
+ version: 0.0.20
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-22 00:00:00.000000000 Z
12
+ date: 2012-07-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails