enju_question 0.0.19 → 0.0.20
Sign up to get free protection for your applications and to get access to all the features.
@@ -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)
|
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 -%>
|
data/spec/dummy/db/test.sqlite3
CHANGED
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.
|
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-
|
12
|
+
date: 2012-07-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|