Commit 70ace0168499a49b768a8db303169f7faf27f80f

Authored by Rafael Manzo
1 parent 5498e28a

Fixed missing semicolons on layout

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/layouts/application.html.erb
@@ -110,7 +110,7 @@ @@ -110,7 +110,7 @@
110 </div><!--/.well --> 110 </div><!--/.well -->
111 </div><!--/col-sm-3 col-md-3--> 111 </div><!--/col-sm-3 col-md-3-->
112 <div class="col-sm-9 col-md-9"> 112 <div class="col-sm-9 col-md-9">
113 - <div class="alert alert-info" id="loader"><i class="fa fa-spinner fa-spin fa-lg"></i>&nbsp&nbsp <%= t('instant_loading_page') %></div> 113 + <div class="alert alert-info" id="loader"><i class="fa fa-spinner fa-spin fa-lg"></i>&nbsp;&nbsp; <%= t('instant_loading_page') %></div>
114 114
115 <%= bootstrap_flash %> 115 <%= bootstrap_flash %>
116 <%= yield %> 116 <%= yield %>