Commit 70ace0168499a49b768a8db303169f7faf27f80f
1 parent
5498e28a
Exists in
colab
and in
4 other branches
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 | 110 | </div><!--/.well --> |
111 | 111 | </div><!--/col-sm-3 col-md-3--> |
112 | 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>   <%= t('instant_loading_page') %></div> | |
113 | + <div class="alert alert-info" id="loader"><i class="fa fa-spinner fa-spin fa-lg"></i> <%= t('instant_loading_page') %></div> | |
114 | 114 | |
115 | 115 | <%= bootstrap_flash %> |
116 | 116 | <%= yield %> | ... | ... |