fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Funkcje w django do czytania z redmine'a. Refs #25.
[redakcja.git]
/
redmine
/
redmine_publications
/
app
/
views
/
issues
/
_issue_form_pub.html.erb
1
<div>
2
<p><label for="issue_source_files">Source File(s)</label>
3
<input type='text'
4
id='issue_source_files' name="issue_source_files"
5
value='<%= @issue.source_files.join(' ') %>' />
6
</div>