Skip to content

Commit 31b69f4

Browse files
committed
dojo_count後と閉じdiv後の空行を削除してコードスタイルを統一
1 parent ab3ff2a commit 31b69f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/views/shared/_dojos.html+smartphone.erb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<% if @prefectures_and_dojos.present? %>
33
<% @prefectures_and_dojos.each_with_index do |(prefecture, dojos), index| %>
44
<% dojo_count = total_dojos_count(dojos) %>
5-
65
<div class="panel panel-default">
76
<div class="panel-heading" id="heading<%= index %>" role="tab">
87
<h4 class="panel-title">
@@ -18,7 +17,6 @@
1817
</div>
1918
</div>
2019
</div>
21-
2220
<% end %>
2321
<% end %>
2422
</div>

0 commit comments

Comments
 (0)