Open DText help in new tab

fixes #2472
This commit is contained in:
Toks
2015-08-02 09:37:51 -04:00
parent 0f38616939
commit 2ceb9a0c4f

View File

@@ -12,5 +12,5 @@
<textarea id="<%= input_id %>" class="text optional" rows="20" name="<%= input_name %>" cols="30"><%= value %></textarea>
<div id="<%= preview_id %>" class="dtext-preview prose"></div>
</div>
<span class="hint">All text is formatted using <%= link_to "DText", wiki_pages_path(:title => "help:dtext") %></span>
<span class="hint">All text is formatted using <%= link_to "DText", wiki_pages_path(:title => "help:dtext"), :target => "_blank" %></span>
</div>