Merge pull request #5008 from opf/fix/timeline_aggregation_dropdown

fix timeline aggregation dropdown
pull/5011/head
Oliver Günther 8 years ago committed by GitHub
commit 84d225edae
  1. 2
      frontend/app/templates/timelines/toolbar.html

@ -34,7 +34,7 @@
<div class="tl-toolbar-container">
<form>
<label for="tl-toolbar-outlines" class="hidden-for-sighted">{{ I18n.t('js.tl_toolbar.outlines') }}</label>
<select id="tl-toolbar-outlines" name="outlines" ng-model="ctrl.currentOutlineLevel" ng-options="scale as I18n.t('js.' + ctrl.timeline.OUTLINE_CONFIGURATIONS[level].name) for level in ctrl.timeline.OUTLINE_LEVELS">
<select id="tl-toolbar-outlines" name="outlines" ng-model="ctrl.currentOutlineLevel" ng-options="I18n.t('js.' + ctrl.timeline.OUTLINE_CONFIGURATIONS[level].name) for level in ctrl.timeline.OUTLINE_LEVELS">
</select>
</form>
</div>

Loading…
Cancel
Save