summaryrefslogtreecommitdiffstats
path: root/app/views/journals/index.rxml
Commit message (Collapse)AuthorAgeFilesLines
* Rails3: rename app/views/journals/index.rxml to ↵Toshi MARUYAMA2011-10-041-30/+0
| | | | | | | | app/views/journals/index.builder (#6317) :rhtml and :rxml were finally removed as template handlers at Rails 3.1 RC4. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7577 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor: move IssuesController#changes to JournalsController#index.Eric Davis2010-08-231-0/+30
Since #changes is only an Atom feed of journals of a query, it makes more sense to have it on the JournalsController resource. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4034 e93f8b46-1217-0410-a6f0-8f06a7374b81