Merge pull request #1681 from ether/loading_block

Loading blocks
This commit is contained in:
John McLear 2013-03-28 20:01:46 -07:00
commit 406ff8e6f8
1 changed files with 2 additions and 0 deletions

View File

@ -195,7 +195,9 @@
<div id="wrongPassword">
<p data-l10n-id="pad.wrongPassword">Your password was wrong</p>
</div>
<% e.begin_block("loading"); %>
<p data-l10n-id="pad.loading" id="loading">Loading...</p>
<% e.end_block(); %>
<noscript><strong>Sorry, you have to enable Javascript in order to use this.</strong></noscript>
</div>
</div>