Remove milestone name from recipe details page

The idea of having the milestone name showing in the
h1 of the recipe details page was based on the assumption
that there would a recipe details page per recipe
per milestone. This is not the case: there is only one
recipe details page that shows all the existing updates
up to the current milestone.

In this situation, if you land on the recipe details page
from a past milestone, the display of the current milestone
is confusing, since it doesn't match the milestone you
came from.

An easy way to sort this out is simply remove the milestone
from the page heading.

Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
This commit is contained in:
Belen Barros Pena 2015-02-18 15:10:37 +00:00 committed by Paul Eggleton
parent 72dca475ae
commit 9b27c36f01

View File

@ -24,7 +24,6 @@
<div class="page-header">
<h1>
{{ recipe.name }} {{ recipe.pv }}
<small>{{ milestone_name }}</small>
</h1>
</div>