File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ $ ->
2
+ $ (' .collapse' ).on ' shown.bs.collapse' , ->
3
+ $ (this ).parent ().find (" .fa-chevron-right" ).removeClass (" fa-chevron-right" ).addClass (" fa-chevron-down" )
4
+ $ (' .collapse' ).on ' hidden.bs.collapse' , ->
5
+ $ (this ).parent ().find (" .fa-chevron-down" ).removeClass (" fa-chevron-down" ).addClass (" fa-chevron-right" )
Original file line number Diff line number Diff line change 5
5
< div class ="panel-heading " role ="tab " id ="<%= "heading#{ index } " %> ">
6
6
< h4 class ="panel-title ">
7
7
< a role ="button " data-toggle ="collapse " data-parent ="#accordion " href ="# <%= "collapse#{ index } " %> ">
8
- <%= region %> - <%= dojos . count %> 件のDojoがあります
8
+ < i class ="fa fa-chevron-right " aria-hidden ="true "> </ i >
9
+ <%= region %> - <%= dojos . count %> Dojos
9
10
</ a >
10
11
</ h4 >
11
12
</ div >
You can’t perform that action at this time.
0 commit comments