1. Wyƛwietlanie i edycja pola "source_file" w widoku ticketu.
[redakcja.git] / redmine / redmine_publications / app / views / issues / _issue_form_pub.html.erb
diff --git a/redmine/redmine_publications/app/views/issues/_issue_form_pub.html.erb b/redmine/redmine_publications/app/views/issues/_issue_form_pub.html.erb
new file mode 100644 (file)
index 0000000..638c0f6
--- /dev/null
@@ -0,0 +1,6 @@
+<div>
+<p><label for="issue_source_files">Source File(s)</label>
+<input type='text'
+       id='issue_source_files' name="issue_source_files"
+       value='<%= @issue.source_files.join(' ') %>' />
+</div>