This website requires JavaScript.
Explore
Help
Sign In
kolan
/
Redmine
Watch
1
Star
0
Fork
You've already forked Redmine
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
30821586cb
Redmine
/
app
/
views
/
issues
/
edit.rhtml
4 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Content of projects/add_issue.rhtml and issues/edit.rhtml moved to a shared partial. git-svn-id: http://redmine.rubyforge.org/svn/trunk@811 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-10-06 12:08:29 +04:00
<h2><%=h "#{@issue.tracker.name} ##{@issue.id}" %></h2>
Initial commit git-svn-id: http://redmine.rubyforge.org/svn/trunk@4 e93f8b46-1217-0410-a6f0-8f06a7374b81
2006-06-28 22:11:03 +04:00
Merged IssuesController #edit and #update into a single actions. Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status (#519, #581, #587). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1129 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-02-09 19:11:18 +03:00
<%= render :partial => 'edit' %>