summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-08-16 21:01:46 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-08-16 21:01:46 +0000
commit415159c28da1aec00bb383d46aad67a9de75faae (patch)
treec4ea9abbf239c6111e73c4ee58397227e4cc2a64
parent91e78ba5f24c743214a38939c3733cd3dc939b1d (diff)
parentf5d1d4acf7b1a01064feec629fee3d3207b5914f (diff)
downloadgitlab-ce-415159c28da1aec00bb383d46aad67a9de75faae.tar.gz
Merge branch 'project-list-icons-width' into 'master'
Fixed width on project visibility icon in project list ## What does this MR do? Gives fixed width to the project visibility icons in the project list so that they all correctly line up with each other. ## What are the relevant issue numbers? Closes #19583 ## Screenshots (if relevant) ![Screen_Shot_2016-07-07_at_12.49.58](/uploads/bffa097c5c0e0a1339bbd4d7ea15d84f/Screen_Shot_2016-07-07_at_12.49.58.png) See merge request !5137
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index dd5b121d079..a92c85873c4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -289,6 +289,7 @@ v 8.10.0
- Metrics for Rouge::Plugins::Redcarpet and Rouge::Formatters::HTMLGitlab
- RailsCache metris now includes fetch_hit/fetch_miss and read_hit/read_miss info.
- Allow [ci skip] to be in any case and allow [skip ci]. !4785 (simon_w)
+ - Made project list visibility icon fixed width
- Set import_url validation to be more strict
- Memoize MR merged/closed events retrieval
- Don't render discussion notes when requesting diff tab through AJAX