summaryrefslogtreecommitdiffstats
path: root/app/views/projects/show.html.erb
Commit message (Collapse)AuthorAgeFilesLines
* Merged r19983 from trunk to 4.1-stable (#33889).Go MAEDA2020-08-261-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19984 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r19382 to 4.1-stable.Jean-Philippe Lang2019-12-201-2/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19386 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make project settings more accessible (#22090).Jean-Philippe Lang2019-06-201-0/+4
| | | | | | Patch by Jan Schulz-Hofen and Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18283 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add an icon linked to trackers detail report on the project overview page ↵Go MAEDA2019-06-021-1/+7
| | | | | | | | | (#31465). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18213 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-201-0/+1
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@18181 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrap subprojects in the overview section with an unordered list (#29289).Go MAEDA2019-04-231-1/+5
| | | | | | | Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@18077 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a description for trackers (#442).Jean-Philippe Lang2019-03-151-1/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17970 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move custom field classes to a method (#30994).Go MAEDA2019-03-091-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17937 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add CSS class to project custom fields (#30977).Go MAEDA2019-03-061-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17931 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show estimated time on the overview page as well as spent time (#30464).Go MAEDA2019-01-221-4/+9
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17838 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrap "splitcontentright" and "splitcontentleft" containers with a flexbox ↵Go MAEDA2019-01-121-0/+2
| | | | | | | | | (#30168). Patch by Max Johansson. git-svn-id: http://svn.redmine.org/redmine/trunk@17790 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move "Latest news" above "Members" on project overview page (#29183).Go MAEDA2018-09-251-2/+2
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17519 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a link to issue summary to issue tracking box on overview page (#29644).Go MAEDA2018-09-201-0/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17495 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that issue counts are 0 on project overview (#26376).Jean-Philippe Lang2017-07-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16766 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use css pseudo-classes instead of cycle("odd", "even") (#15361).Jean-Philippe Lang2017-01-251-1/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16249 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r16051 and r16050 for now (#15361).Jean-Philippe Lang2016-12-031-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16052 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use css pseudo-classes instead "odd", "even" classes (#15361).Jean-Philippe Lang2016-12-031-1/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16050 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the regular "icon icon-*" on project overview (#24313).Jean-Philippe Lang2016-11-181-5/+5
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@15973 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move spent time to a box like issues on the project overview.Jean-Philippe Lang2016-06-301-1/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15592 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds CSS class for closed subprojects on project overview (#23152).Jean-Philippe Lang2016-06-281-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15585 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move subprojects to their own div on project overview.Jean-Philippe Lang2016-06-181-5/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15543 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Limits the schemes that project homepage can use (#22925).Jean-Philippe Lang2016-06-011-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15432 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't display table headers if there's no trackers (#20413).Jean-Philippe Lang2015-11-071-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14798 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Hide empty ul on project overview (#21159).Jean-Philippe Lang2015-11-071-0/+2
| | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14797 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds link to open issues on tracker name (#20413).Jean-Philippe Lang2015-10-241-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14737 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use a table instead of an unordered list in "Issue tracking" box (#20413).Jean-Philippe Lang2015-10-041-8/+28
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14640 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-231-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14043 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Custom field is rendered, even if its value is empty (for multiple) ↵Jean-Philippe Lang2015-01-101-4/+2
| | | | | | (#18654). git-svn-id: http://svn.redmine.org/redmine/trunk@13864 e93f8b46-1217-0410-a6f0-8f06a7374b81
* HTML improvements on project landing page (#18565).Jean-Philippe Lang2014-12-131-3/+3
| | | | | | Patch by Tobias Fischer. git-svn-id: http://svn.redmine.org/redmine/trunk@13753 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moves project sidebar content to a partial (#17380).Jean-Philippe Lang2014-09-131-11/+1
| | | | | | Patch by Jérôme BATAILLE. git-svn-id: http://svn.redmine.org/redmine/trunk@13393 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-231-9/+7
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11074 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Additional "Log time" link on project overview (#11181).Jean-Philippe Lang2012-06-261-1/+5
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9897 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-251-0/+13
| | | | | | A new permission (Close/reopen project) is available to give non-admin users the ability to close their projects. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9883 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-3/+3
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9528 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails3: view: html_safe for auto_link of project homepageToshi MARUYAMA2012-02-231-2/+4
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8956 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Dropped TimeEntryReportsController.Jean-Philippe Lang2011-12-021-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8027 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails3: view: use html_safe for subprojects at projects/show.html.erbToshi MARUYAMA2011-10-061-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7588 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace tabs to spaces at app/views/projects/show.html.erbToshi MARUYAMA2011-09-141-27/+27
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7232 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing tabs from app/views/projects/show.html.erbToshi MARUYAMA2011-09-141-3/+3
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7230 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rename .rhtml to .html.erb of app/views/projects/show.rhtml.Toshi MARUYAMA2011-09-011-0/+80
: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@7000 e93f8b46-1217-0410-a6f0-8f06a7374b81