BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
4a4d9fe1
Commit
4a4d9fe1
authored
Aug 25, 2015
by
Hannes Rosenögger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI Improvement for the project page
This commit improves the positioning of the dropdown menu on the project page.
parent
429c0d14
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
CHANGELOG
CHANGELOG
+1
-0
projects.scss
app/assets/stylesheets/pages/projects.scss
+4
-0
_dropdown.html.haml
app/views/projects/buttons/_dropdown.html.haml
+1
-1
No files found.
CHANGELOG
View file @
4a4d9fe1
Please view this file on the master branch, on stable branches it's out of date.
v 8.0.0 (unreleased)
- Improve dropdown positioning on the project home page (Hannes Rosenögger)
- Upgrade browser gem to 1.0.0 to avoid warning in IE11 compatibilty mode (Stan Hu)
- Fix "Reload with full diff" URL button in compare branch view (Stan Hu)
- Remove user OAuth tokens from the database and request new tokens each session (Stan Hu)
...
...
app/assets/stylesheets/pages/projects.scss
View file @
4a4d9fe1
...
...
@@ -30,6 +30,10 @@
}
}
.project-home-dropdown
{
margin
:
11px
3px
0
;
}
.project-home-desc
{
h1
{
margin
:
0
;
...
...
app/views/projects/buttons/_dropdown.html.haml
View file @
4a4d9fe1
...
...
@@ -2,7 +2,7 @@
%span
.dropdown
%a
.dropdown-toggle.btn.btn-new
{
href:
'#'
,
"data-toggle"
=>
"dropdown"
}
=
icon
(
'plus'
)
%ul
.dropdown-menu
%ul
.dropdown-menu
.dropdown-menu-right.project-home-dropdown
-
if
can?
(
current_user
,
:create_issue
,
@project
)
%li
=
link_to
url_for_new_issue
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment