diff --git a/app/views/cards/display/common/_meta.html.erb b/app/views/cards/display/common/_meta.html.erb index dd2d8efbd..27a8c9cf7 100644 --- a/app/views/cards/display/common/_meta.html.erb +++ b/app/views/cards/display/common/_meta.html.erb @@ -5,9 +5,6 @@ Added <%= local_datetime_tag(card.created_at, style: :daysago) %> - <% if card.drafted? %> - (Draft) - <% end %> diff --git a/app/views/cards/display/public_preview/_meta.html.erb b/app/views/cards/display/public_preview/_meta.html.erb index 479f11432..948a6e73c 100644 --- a/app/views/cards/display/public_preview/_meta.html.erb +++ b/app/views/cards/display/public_preview/_meta.html.erb @@ -5,9 +5,6 @@ Added <%= local_datetime_tag(card.created_at, style: :daysago) %> - <% if card.drafted? %> - (Draft) - <% end %>