parent
3c89a788c7
commit
f5d1d4acf7
2 changed files with 2 additions and 1 deletions
|
@ -40,6 +40,7 @@ v 8.10.0 (unreleased)
|
||||||
- Metrics for Rouge::Plugins::Redcarpet and Rouge::Formatters::HTMLGitlab
|
- Metrics for Rouge::Plugins::Redcarpet and Rouge::Formatters::HTMLGitlab
|
||||||
- RailsCache metris now includes fetch_hit/fetch_miss and read_hit/read_miss info.
|
- 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)
|
- 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
|
- Set import_url validation to be more strict
|
||||||
- Add basic system information like memory and disk usage to the admin panel
|
- Add basic system information like memory and disk usage to the admin panel
|
||||||
- Don't garbage collect commits that have related DB records like comments
|
- Don't garbage collect commits that have related DB records like comments
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
= icon('star')
|
= icon('star')
|
||||||
= project.star_count
|
= project.star_count
|
||||||
%span.visibility-icon.has-tooltip{data: { container: 'body', placement: 'left' }, title: visibility_icon_description(project)}
|
%span.visibility-icon.has-tooltip{data: { container: 'body', placement: 'left' }, title: visibility_icon_description(project)}
|
||||||
= visibility_level_icon(project.visibility_level, fw: false)
|
= visibility_level_icon(project.visibility_level, fw: true)
|
||||||
|
|
||||||
.title
|
.title
|
||||||
= link_to project_path(project), class: dom_class(project) do
|
= link_to project_path(project), class: dom_class(project) do
|
||||||
|
|
Loading…
Reference in a new issue