Skip to content

Commit

Permalink
feat(datasets): New wording and placement of next sample button on ci…
Browse files Browse the repository at this point in the history
…tizen science
  • Loading branch information
peichins committed Aug 9, 2018
1 parent fe39cad commit 18bb027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/app/citizenScience/bristlebird/listen.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ <h2>Eastern Bristlebird Search

<previous-play-next audio-element-model="audioElementModel"></previous-play-next>

<dataset-progress></dataset-progress>

<autoplay-button audio-element-model="audioElementModel"></autoplay-button>

<volume-slider class="form-group form-group-without-feedback progressCell" audio-element-model="audioElementModel"></volume-slider>

<dataset-progress></dataset-progress>

</nav>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
ng-disabled="nextDisabled()"
ng-click="nextItem()"
title="Next Clip">
<span class="glyphicon glyphicon-step-forward"></span>
Next Clip <span class="glyphicon glyphicon-arrow-right"></span>
</button>
<a ng-if="!nextItem"
href="/citsci/bristlebird/listen/"
class="btn btn-default"
title="Next Clip">
<span class="glyphicon glyphicon-step-forward"></span>
Next Clip <span class="glyphicon glyphicon-arrow-right"></span>
</a>
</div>

Expand Down

0 comments on commit 18bb027

Please sign in to comment.