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
Jérome Perrin
gitlab-ce
Commits
4e474028
Commit
4e474028
authored
Aug 30, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed project last_activity. Links color changed a bit
parent
793db070
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
20 deletions
+20
-20
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
+4
-4
app/assets/stylesheets/gitlab_bootstrap/typography.scss
app/assets/stylesheets/gitlab_bootstrap/typography.scss
+6
-6
app/assets/stylesheets/main.scss
app/assets/stylesheets/main.scss
+6
-6
app/models/project.rb
app/models/project.rb
+4
-4
No files found.
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
View file @
4e474028
...
...
@@ -8,7 +8,7 @@
}
&
.btn-primary
{
background
:
$link_color
;
background
:
#2a79A3
;
border-color
:
#2A79A3
;
&
:hover
{
background
:
$blue_link
;
...
...
app/assets/stylesheets/gitlab_bootstrap/typography.scss
View file @
4e474028
app/assets/stylesheets/main.scss
View file @
4e474028
...
...
@@ -2,10 +2,10 @@
@import
"bootstrap-responsive"
;
/** GITLAB colors **/
$link_color
:
#
2A7
9A3
;
$link_color
:
#
3A8
9A3
;
$blue_link
:
#2fa0bb
;
$style_color
:
#474
D
57
;
$hover
:
#
FDF5D
9
;
$style_color
:
#474
d
57
;
$hover
:
#
fdf5d
9
;
/** GITLAB Fonts **/
@font-face
{
font-family
:
Korolev
;
src
:
url('korolev-medium-compressed.otf')
;
}
...
...
app/models/project.rb
View file @
4e474028
...
...
@@ -158,7 +158,7 @@ class Project < ActiveRecord::Base
end
def
last_activity
events
.
la
st
||
nil
events
.
order
(
"created_at DESC"
).
fir
st
||
nil
end
def
last_activity_date
...
...
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