aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-02-18 15:10:37 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-05-04 23:57:51 +1200
commit9b27c36f015e281e7cdc803788bc7773c9d00172 (patch)
tree39c8e3b935aed067ca9ad572ce3d33be5afb70a8 /templates
parent72dca475aed3ab6762978165ab6c17af07a89b29 (diff)
downloadopenembedded-core-contrib-9b27c36f015e281e7cdc803788bc7773c9d00172.tar.gz
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>
Diffstat (limited to 'templates')
-rw-r--r--templates/rrs/recipedetail.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/rrs/recipedetail.html b/templates/rrs/recipedetail.html
index 1e24707f02..3e2c55b88d 100644
--- a/templates/rrs/recipedetail.html
+++ b/templates/rrs/recipedetail.html
@@ -24,7 +24,6 @@
<div class="page-header">
<h1>
{{ recipe.name }} {{ recipe.pv }}
- <small>{{ milestone_name }}</small>
</h1>
</div>