summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2018-09-30 09:45:48 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2018-09-30 09:45:48 +0000
commit3a35613fe37f0bf29fde98c33e5eb7433d384db1 (patch)
tree9f78739ce8948e0fb175ca37479c24fa4c89eb9e /app
parent7620870874d97096f77eba6b890b52f25ae70ffe (diff)
downloadredmine-3a35613fe37f0bf29fde98c33e5eb7433d384db1.tar.gz
redmine-3a35613fe37f0bf29fde98c33e5eb7433d384db1.zip
Adds style to the empty preview message (#27758).
git-svn-id: http://svn.redmine.org/redmine/trunk@17541 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-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