8 lines
503 B
Plaintext
8 lines
503 B
Plaintext
<form action="/projects/<%= @project.id %>/repository/<%= @repository.identifier %>/entry_update?path=<%= @path %>&rev=<%= @rev %>" method="post" id="project_entry_update_id" data-remote="true">
|
|
<li class="clearfix" xmlns="http://www.w3.org/1999/html" id="edit_code_contents">
|
|
<div class="autoscroll">
|
|
<textarea id="content_shixun_entry" name="content" style="width:100%;height: 700px;"><%= Redmine::CodesetUtil.replace_invalid_utf8(@content) %></textarea>
|
|
</div>
|
|
</li>
|
|
</form>
|