summaryrefslogtreecommitdiffstats
path: root/app/views/common/_preview.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/common/_preview.html.erb')
-rw-r--r--app/views/common/_preview.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/common/_preview.html.erb b/app/views/common/_preview.html.erb
index ee22288c0..472b0eba9 100644
--- a/app/views/common/_preview.html.erb
+++ b/app/views/common/_preview.html.erb
@@ -1,5 +1,5 @@
<% unless @text.blank? %>
<%= textilizable @text, :attachments => @attachments, :object => @previewed %>
<% else %>
- <p><%= l(:label_nothing_to_preview) %></p>
+ <p class="empty-preview"><%= l(:label_nothing_to_preview) %></p>
<% end %> \ No newline at end of file