Commit d9d46b316bd39a5dedf2dafe367b5f8d15790687

Authored by beatrizrezener
Committed by Rafael Manzo
1 parent 05f794b2

Adding load icon. Closing issue #115.

Signed-off-by: Beatriz Rezener <beatrizrezener@gmail.com>
Signed-off-by: João Gabriel <joaogabrieldebrittoesilva@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/layouts/application.html.erb
... ... @@ -98,7 +98,7 @@
98 98 </div><!--/.well -->
99 99 </div><!--/span-->
100 100 <div class="span9">
101   - <div class="alert alert-info" id="loader">Wait an instant while we are loading the page that you have requested.</div>
  101 + <div class="alert alert-info" id="loader"><i class="fa fa-spinner fa-spin fa-lg"></i>&nbsp&nbsp Wait an instant while we are loading the page that you have requested.</div>
102 102  
103 103 <%= bootstrap_flash %>
104 104 <%= yield %>
... ...