summaryrefslogtreecommitdiffstats
path: root/app/views/common
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-10-06 08:54:05 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-10-06 08:54:05 +0000
commit5259dec0611a00c84b4ae7f460202c761abec5f9 (patch)
tree822871e3d465a28590245498779f2282dbc7ab39 /app/views/common
parent75c4c4f6b3fa799f06354467517d3f39cd9e945a (diff)
downloadredmine-5259dec0611a00c84b4ae7f460202c761abec5f9.tar.gz
redmine-5259dec0611a00c84b4ae7f460202c761abec5f9.zip
Added preview on add/edit issue form.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@812 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/common')
-rw-r--r--app/views/common/_preview.rhtml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/common/_preview.rhtml b/app/views/common/_preview.rhtml
new file mode 100644
index 000000000..e3bfc3a25
--- /dev/null
+++ b/app/views/common/_preview.rhtml
@@ -0,0 +1,3 @@
+<fieldset class="preview"><legend><%= l(:label_preview) %></legend>
+<%= textilizable @text, :attachments => @attachements %>
+</fieldset>