add a loading indicator to history and pull requests

This commit is contained in:
Sven Fuchs 2012-09-14 18:52:28 +02:00
parent 0d298bdc55
commit bb59aa0b9d
2 changed files with 48 additions and 44 deletions
assets/javascripts/app/templates/builds
public/javascripts

View File

@ -1,3 +1,4 @@
{{#if builds.isLoaded}}
<table id="builds" class="list"> <table id="builds" class="list">
<thead> <thead>
<tr> <tr>
@ -43,3 +44,6 @@
{{t builds.show_more}} {{t builds.show_more}}
</button> </button>
</p> </p>
{{else}}
<div class="loading"><span>Loading</span></div>
{{/if}}

File diff suppressed because one or more lines are too long