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
Boxiang Sun
gitlab-ce
Commits
213e117a
Commit
213e117a
authored
Jun 04, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed ability and modify UI a bit
parent
bcc4e4dc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
15 deletions
+19
-15
app/models/ability.rb
app/models/ability.rb
+1
-1
app/views/layouts/_head_panel.html.haml
app/views/layouts/_head_panel.html.haml
+3
-0
app/views/layouts/snippets.html.haml
app/views/layouts/snippets.html.haml
+15
-14
No files found.
app/models/ability.rb
View file @
213e117a
...
...
@@ -68,7 +68,7 @@ class Ability
def
project_report_rules
project_guest_rules
+
[
:download_code
,
:fork_project
:fork_project
,
:write_project_snippet
]
end
...
...
app/views/layouts/_head_panel.html.haml
View file @
213e117a
...
...
@@ -18,6 +18,9 @@
%li
=
link_to
public_root_path
,
title:
"Public area"
,
class:
'has_bottom_tooltip'
,
'data-original-title'
=>
'Public area'
do
%i
.icon-globe
%li
=
link_to
snippets_path
,
title:
"Snippets area"
,
class:
'has_bottom_tooltip'
,
'data-original-title'
=>
'Public area'
do
%i
.icon-paste
-
if
current_user
.
is_admin?
%li
=
link_to
admin_root_path
,
title:
"Admin area"
,
class:
'has_bottom_tooltip'
,
'data-original-title'
=>
'Admin area'
do
...
...
app/views/layouts/snippets.html.haml
View file @
213e117a
...
...
@@ -4,19 +4,20 @@
%body
{
class:
"#{app_theme} application"
}
=
render
"layouts/head_panel"
,
title:
"Snippets"
=
render
"layouts/flash"
%nav
.main-nav
.container
%ul
=
nav_link
(
path:
'dashboard#show'
,
html_options:
{
class:
'home'
})
do
=
link_to
root_path
,
title:
"Back to dashboard"
do
%i
.icon-home
=
nav_link
(
path:
'snippet#new'
)
do
=
link_to
new_snippet_path
do
New snippet
=
nav_link
(
path:
'snippets#user_index'
)
do
=
link_to
user_snippets_path
(
@current_user
)
do
My snippets
=
nav_link
(
path:
'snippets#index'
)
do
=
link_to
snippets_path
do
Discover snippets
.container
%ul
.main_menu
=
nav_link
(
path:
'dashboard#show'
,
html_options:
{
class:
'home'
})
do
=
link_to
root_path
,
title:
"Back to dashboard"
do
%i
.icon-arrow-left
=
nav_link
(
path:
'snippet#new'
)
do
=
link_to
new_snippet_path
do
New snippet
=
nav_link
(
path:
'snippets#user_index'
)
do
=
link_to
user_snippets_path
(
@current_user
)
do
My snippets
=
nav_link
(
path:
'snippets#index'
)
do
=
link_to
snippets_path
do
Discover snippets
.content
=
yield
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