Merge pull request #3476 from emanuelschuetze/motionTitle

Do not show identifier in motion detail template twice.
This commit is contained in:
Norman Jäckel 2017-11-03 22:04:32 +01:00 committed by GitHub
commit 9fd0121132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
</a>
</div>
<h1>
{{ motion.agenda_item.getTitle() || motion.getTitle() }}
{{ motion.getTitle() }}
<i class="fa pointer" ng-class="motion.personalNote.star ? 'fa-star' : 'fa-star-o'"
ng-if="operator.user"
title="{{ 'Set as favorite' | translate }}" ng-click="toggleStar()"></i>

View File

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