diff --git a/app/views/admin/splashpages/show.html.haml b/app/views/admin/splashpages/show.html.haml
index 1bb6a0aa..aedd4aff 100644
--- a/app/views/admin/splashpages/show.html.haml
+++ b/app/views/admin/splashpages/show.html.haml
@@ -3,9 +3,13 @@
.page-header
%h1 Splashpage
%p.text-muted
- Build a
- = link_to "splash page", conference_path(@conference.short_title)
- with all the information for your conference
+ - if @splashpage
+ View the
+ = link_to "splash page", conference_path(@conference.short_title)
+
+ - else
+ Build a splashpage with all the information for your conference
+
- if @splashpage
.row
.col-md-12