Merge pull request #3476 from emanuelschuetze/motionTitle
Do not show identifier in motion detail template twice.
This commit is contained in:
commit
9fd0121132
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user