Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
e5ed8c5c
Commit
e5ed8c5c
authored
Jun 16, 2016
by
Connor Shea
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Display Star and Fork on mobile, fix #18537.
parent
666b5651
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
1 deletion
+15
-1
CHANGELOG
CHANGELOG
+1
-0
app/assets/stylesheets/framework/mobile.scss
app/assets/stylesheets/framework/mobile.scss
+13
-0
app/views/projects/_home_panel.html.haml
app/views/projects/_home_panel.html.haml
+1
-1
No files found.
CHANGELOG
View file @
e5ed8c5c
...
...
@@ -6,6 +6,7 @@ v 8.9.0 (unreleased)
- Add more information into RSS feed for issues (Alexander Matyushentsev)
- Bulk assign/unassign labels to issues.
- Ability to prioritize labels !4009 / !3205 (Thijs Wouters)
- Show Star and Fork buttons on mobile.
- Fix endless redirections when accessing user OAuth applications when they are disabled
- Allow enabling wiki page events from Webhook management UI
- Bump rouge to 1.11.0
...
...
app/assets/stylesheets/framework/mobile.scss
View file @
e5ed8c5c
...
...
@@ -52,6 +52,19 @@
.git-clone-holder
{
display
:
none
;
}
// Display Star and Fork buttons without counters on mobile.
.project-action-buttons
{
display
:
block
;
.count-buttons
.btn
{
margin
:
0
10px
;
}
.count-buttons
.count-with-arrow
{
display
:
none
;
}
}
}
.project-stats
{
...
...
app/views/projects/_home_panel.html.haml
View file @
e5ed8c5c
...
...
@@ -21,7 +21,7 @@
=
link_to
project_path
(
forked_from_project
)
do
=
forked_from_project
.
namespace
.
try
(
:name
)
.project-repo-buttons
.project-repo-buttons
.project-action-buttons
.count-buttons
=
render
'projects/buttons/star'
=
render
'projects/buttons/fork'
...
...
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