Do not show identifier in motion detail template twice.

This commit is contained in:
Emanuel Schütze 2017-11-03 17:02:55 +01:00
parent 7721715e94
commit b76fd2303c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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