diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-06-28 16:19:46 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-06-28 16:19:46 +0000 |
commit | 6ff039ac44688693d43faed96a2067d9c007e235 (patch) | |
tree | 6dcad42e51f96638a48efbd53ca39b85fd96f7f5 /CHANGELOG | |
parent | 7a94432e18f5210abda85721810ca2a4e573de5d (diff) | |
parent | 957143347c1b810476e86c2d09bbde8434b4f653 (diff) | |
download | gitlab-ce-6ff039ac44688693d43faed96a2067d9c007e235.tar.gz |
Merge branch 'lbennett/gitlab-ce-2542-implement-updated-ui-for-new-project-page' into 'master'
Implement UI for new project page
## What does this MR do?
Updates the project creation page to conform with the latest UI updates.
## Are there points in the code the reviewer needs to double check?
Ney.
## Why was this MR needed?
Updated UI.
## What are the relevant issue numbers?
Closes #2542.
## Screenshots (if relevant)
**Desktop:**
![Screen_Shot_2016-06-18_at_04.00.48](/uploads/0313eee96a2aef9ed5e048989548b133/Screen_Shot_2016-06-18_at_04.00.48.png)
**Mobile:**
![Screen_Shot_2016-06-18_at_04.01.00](/uploads/505b110c3fcbf523aac08797db9f6781/Screen_Shot_2016-06-18_at_04.01.00.png)
See merge request !4766
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index b0c7c528e38..dcec98469cb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -167,6 +167,7 @@ v 8.9.0 - Add Application Setting to configure Container Registry token expire delay (default 5min) - Cache assigned issue and merge request counts in sidebar nav - Use Knapsack only in CI environment + - Updated project creation page to match new UI #2542 - Cache project build count in sidebar nav - Add milestone expire date to the right sidebar - Manually mark a issue or merge request as a todo |