diff --git a/root/static/css/style.css b/root/static/css/style.css index 415ec984..ef43ac18 100644 --- a/root/static/css/style.css +++ b/root/static/css/style.css @@ -173,7 +173,7 @@ main a[href]:active { color: #333333; } -a.btn-secondary { +a.btn-secondary, a.btn-primary { color: #fff !important; } diff --git a/root/templates/browse/recipe/show.tt b/root/templates/browse/recipe/show.tt index a7a7db38..c8b1ad27 100644 --- a/root/templates/browse/recipe/show.tt +++ b/root/templates/browse/recipe/show.tt @@ -1,17 +1,21 @@ [% escape_title( 'Recipe', recipe.name ) %] -[% IF project_url %] -
- from project [% recipe.project.name | html %] - [% IF import_url %] -
+from project [% recipe.project.name | html %]
+ [% IF import_url %] + + [% END %] + [% ELSE %] +from a private project
[% END %] - -[% ELSE %] -from a private project
-[% END %] +