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
Kazuhiko Shiozaki
gitlab-ce
Commits
62112dc0
Commit
62112dc0
authored
Nov 05, 2011
by
Aleksei Kvitinskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add tags to project list
parent
6e08b5cc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
16 deletions
+21
-16
app/assets/stylesheets/projects.css.scss
app/assets/stylesheets/projects.css.scss
+0
-14
app/assets/stylesheets/tags.css.css
app/assets/stylesheets/tags.css.css
+16
-2
app/views/projects/_tile.html.haml
app/views/projects/_tile.html.haml
+5
-0
No files found.
app/assets/stylesheets/projects.css.scss
View file @
62112dc0
...
...
@@ -270,20 +270,6 @@ input.ssh_project_url {
}
}
#projects-list
.small-tags
a
{
font-size
:
9px
;
display
:
inline-block
;
padding
:
2px
3px
1px
3px
;
margin
:
0px
3px
0px
0px
;
border-radius
:
2px
;
background-color
:
#3b6bce
;
color
:
#FFF
;
text-shadow
:
none
;
font-weight
:
bold
;
}
.clear
{
clear
:
both
;
}
...
...
app/assets/stylesheets/tags.css.css
View file @
62112dc0
...
...
@@ -8,9 +8,23 @@
padding
:
8px
11px
8px
11px
;
margin
:
1px
5px
0px
0px
;
border-radius
:
4px
;
border
:
1px
solid
#
d0e1f
f
;
background-color
:
#
d0e1f
f
;
border
:
1px
solid
#
72bbd
f
;
background-color
:
#
72bbd
f
;
color
:
#0f326d
;
font-weight
:
bold
;
font-size
:
14px
;
}
.small-tags
a
{
font-size
:
9px
;
display
:
inline-block
;
padding
:
2px
3px
1px
3px
;
margin
:
0px
3px
0px
0px
;
border-radius
:
2px
;
background-color
:
#72bbdf
;
color
:
#FFF
;
text-shadow
:
none
;
font-weight
:
bold
;
}
\ No newline at end of file
app/views/projects/_tile.html.haml
View file @
62112dc0
...
...
@@ -12,6 +12,11 @@
%span
Last Activity:
-
last_note
=
project
.
notes
.
last
=
last_note
?
last_note
.
created_at
.
stamp
(
"24 Aug, 2011"
)
:
"Never"
%p
.small-tags
-
project
.
tag_list
.
each
do
|
tag
|
=
link_to
tag
,
"/tags/
#{
tag
}
"
.buttons
%a
.browse-code.button.yellow
{
:href
=>
tree_project_path
(
project
)}
Browse code
%a
.commits.button.green
{
:href
=>
project_commits_path
(
project
)}
Commits
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