diff --git a/app/views/paginable/templates/_customisable.html.erb b/app/views/paginable/templates/_customisable.html.erb index 9eaab2f9ed..da85873975 100644 --- a/app/views/paginable/templates/_customisable.html.erb +++ b/app/views/paginable/templates/_customisable.html.erb @@ -32,7 +32,7 @@ <% elsif customization.draft? %> <% tooltip = _('You have unpublished changes! Select "Publish changes" in the Actions menu when you are ready to make them available to users.') %> <%= _('Published') %> <%= tooltip %> -    +    <% else %> <%= _('Unpublished') %> <% end %> diff --git a/app/views/paginable/templates/_organisational.html.erb b/app/views/paginable/templates/_organisational.html.erb index 5058e6e060..2376970062 100644 --- a/app/views/paginable/templates/_organisational.html.erb +++ b/app/views/paginable/templates/_organisational.html.erb @@ -37,7 +37,7 @@ <% elsif template.draft? %> <% tooltip = _('You have unpublished changes! Select "Publish changes" in the Actions menu when you are ready to make them available to users.') %> <%= _('Published') %> <%= tooltip %> -    +    <% else %> <%= _('Unpublished') %> <% end %>