Commit 6e42673d0e8b34d24fa3a7ffc751805d26e5a73e
1 parent
e8b5328f
Exists in
colab
and in
4 other branches
Message when a new page is getting loaded
Showing
3 changed files
with
10 additions
and
0 deletions
Show diff stats
app/views/layouts/application.html.erb
@@ -90,6 +90,8 @@ | @@ -90,6 +90,8 @@ | ||
90 | </div><!--/.well --> | 90 | </div><!--/.well --> |
91 | </div><!--/span--> | 91 | </div><!--/span--> |
92 | <div class="span9"> | 92 | <div class="span9"> |
93 | + <div class="alert alert-info" id="loader">Hold tight we're loading the page that you've requested!</div> | ||
94 | + | ||
93 | <%= bootstrap_flash %> | 95 | <%= bootstrap_flash %> |
94 | <%= yield %> | 96 | <%= yield %> |
95 | </div> | 97 | </div> |