Skip to content

Commit 9fab2f5

Browse files
authored
Merge pull request #1540 from takatama/patch-1
class名をdojo-descriptionに修正
2 parents 19d504d + 9edcaf6 commit 9fab2f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/shared/_dojo.html+smartphone.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- if not dojo.counter == 1
99
%span.dojo-counter{'data-toggle' => 'tooltip', 'data-placement' => 'bottom',
1010
'data-original-title' => '道場数'}= dojo.counter
11-
%span.dojo-desciption
11+
%span.dojo-description
1212
= dojo.description
1313
- if dojo.is_private
1414
= link_to 'Private', doc_path('private-dojo'), class: 'dojo-private'

app/views/shared/_dojo.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
%ul.tags
1111
- dojo.tags.each do |tag|
1212
%li= tag
13-
%p.dojo-desciption
13+
%p.dojo-description
1414
= dojo.description
1515
- if dojo.is_private
1616
= link_to 'Private', doc_path('private-dojo'), class: 'dojo-private'

0 commit comments

Comments
 (0)