Skip to content

Commit 9c84c3a

Browse files
committed
Merge branch 'master' of joshsoftware/lightair
2 parents 4195e86 + d6221e5 commit 9c84c3a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
=@req
21
%br
3-
-#count = @spreadsheets.count
4-
=#count
5-
-#count.times do |i|
6-
=#link_to @spreadsheets[i]['title'], edit_spreadsheet_path(@spreadsheets[i]['id'], title: @spreadsheets[i]['title'], token: @token) if @spreadsheets[i]['mimeType'].include?('spreadsheet')
7-
%br
2+
-count = @spreadsheets.count
3+
=count
4+
-count.times do |i|
5+
=link_to @spreadsheets[i]['title'], edit_spreadsheet_path(@spreadsheets[i]['id'], title: @spreadsheets[i]['title'], token: @token) if @spreadsheets[i]['mimeType'].include?('spreadsheet')
6+
%br

0 commit comments

Comments
 (0)