From c0ddf464efc74b5cfa14e0aa7250fcfaf1da82dc Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Wed, 18 Feb 2015 15:10:37 +0000 Subject: [PATCH] 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 --- templates/rrs/recipedetail.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/rrs/recipedetail.html b/templates/rrs/recipedetail.html index 1e24707..3e2c55b 100644 --- a/templates/rrs/recipedetail.html +++ b/templates/rrs/recipedetail.html @@ -24,7 +24,6 @@