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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
a10ad718
Commit
a10ad718
authored
Mar 10, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Usability improved. Nothing to show messages for issues, MR
parent
bd7359b5
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
30 additions
and
5 deletions
+30
-5
app/views/issues/index.html.haml
app/views/issues/index.html.haml
+5
-1
app/views/keys/index.html.haml
app/views/keys/index.html.haml
+1
-1
app/views/keys/show.html.haml
app/views/keys/show.html.haml
+10
-1
app/views/merge_requests/index.html.haml
app/views/merge_requests/index.html.haml
+6
-1
app/views/profile/show.html.haml
app/views/profile/show.html.haml
+8
-1
No files found.
app/views/issues/index.html.haml
View file @
a10ad718
...
...
@@ -33,7 +33,11 @@
=
hidden_field_tag
:status
,
params
[
:f
]
=
search_field_tag
:issue_search
,
nil
,
{
:placeholder
=>
'Search'
,
:class
=>
'issue_search'
}
%ul
#issues-table
.unstyled
=
render
"issues"
%ul
#issues-table
.unstyled
=
render
"issues"
-
if
@issues
.
blank?
%li
%p
.padded
Nothing to show here
:javascript
var
href
=
$
(
'
.issue_search
'
).
parent
().
attr
(
'
action
'
);
...
...
app/views/keys/index.html.haml
View file @
a10ad718
...
...
@@ -2,7 +2,7 @@
SSH Keys
=
link_to
"Add new"
,
new_key_path
,
:class
=>
"btn small right"
%
h
r
%
b
r
%table
#keys-table
.zebra-striped.borders
-
@keys
.
each
do
|
key
|
...
...
app/views/keys/show.html.haml
View file @
a10ad718
%h3
=
@key
.
title
%h3
Public key:
=
@key
.
title
%small
created at
=
@key
.
created_at
.
stamp
(
"Aug 21, 2011"
)
.back_link
=
link_to
keys_path
do
←
To keys list
%hr
%pre
=
@key
.
key
.actions
=
link_to
'Remove'
,
@key
,
:confirm
=>
'Are you sure?'
,
:method
=>
:delete
,
:class
=>
"btn danger delete-key"
...
...
app/views/merge_requests/index.html.haml
View file @
a10ad718
...
...
@@ -22,5 +22,10 @@
=
link_to
project_merge_requests_path
(
@project
,
:f
=>
1
)
do
All
%ul
.unstyled
=
render
@merge_requests
%ul
.unstyled
=
render
@merge_requests
-
if
@merge_requests
.
blank?
%li
%p
.padded
Nothing to show here
app/views/profile/show.html.haml
View file @
a10ad718
.media-grid
=
link_to
"#"
do
=
image_tag
gravatar_icon
(
@user
.
email
,
90
),
:class
=>
"thumbnail"
%h3
.media_h
=
@user
.
name
%h3
.media_h
=
@user
.
name
%br
%small
=
@user
.
email
.right
%p
.alert-message.block-message
You can change your avatar at gravatar.com
%hr
...
...
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