Merge pull request #3474 from FinnStutzenstein/motionSlide

Do not show identifier in motion slide twice
This commit is contained in:
Emanuel Schütze 2017-11-03 13:14:17 +01:00 committed by GitHub
commit 7721715e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@
<div id="motioncontent">
<!-- Title -->
<div id="title">
<h1>{{ motion.agenda_item.getTitle() || motion.getTitle() }}</h1>
<h1>{{ motion.getTitle() || motion.getTitle() }}</h1>
<h2>
<translate>Motion</translate> {{ motion.identifier }}
<span ng-if="motion.versions.length > 1" >| Version {{ motion.getVersion().version_number }}</span>