Skip to content

Commit

Permalink
fixed indentations
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhbir-singh committed Aug 31, 2018
1 parent a3f7d7b commit 19be5d7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/views/rsnapshot_backups/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
span.text-capitalize.float-right = "Status: #{log[:end_message]}"
br

.loading-div.pl-3.pr-3
span#skip_lines_span.d-none = "#{@skip_lines}"
.load-more
input#load_more_btn type="button" style="display:flex; margin: 0 auto; cursor: pointer;" value="Load More..."
.progress style="display: none;"
.progress-bar.progress-bar-striped.progress-bar-animated.bg-info aria-valuemax="100" aria-valuemin="0" aria-valuenow="100" role="progressbar" style="width: 100%"
span
= "Loading more..."
.loading-div.pl-3.pr-3
span#skip_lines_span.d-none = "#{@skip_lines}"
.load-more
input#load_more_btn type="button" style="display:flex; margin: 0 auto; cursor: pointer;" value="Load More..."
.progress style="display: none;"
.progress-bar.progress-bar-striped.progress-bar-animated.bg-info aria-valuemax="100" aria-valuemin="0" aria-valuenow="100" role="progressbar" style="width: 100%"
span
= "Loading more..."

= javascript_include_tag 'rsnapshot_backups'

0 comments on commit 19be5d7

Please sign in to comment.