diff --git a/server/app/styles/drone.less b/server/app/styles/drone.less index dfb0a87b9..002eb4d73 100644 --- a/server/app/styles/drone.less +++ b/server/app/styles/drone.less @@ -1216,7 +1216,15 @@ nav { dd {font-size:14px; padding:3px 0 20px;} a {text-transform:none;} small {font-size:12px;} - .large {font-size:18px; padding-bottom:5px;} + .large { + font-size:18px; + padding-bottom:5px; + + a { + color: #212121; + } + + } .time {float:right; margin-left:8px;} .photo {margin-right:4px;} .negative {color:@cfailure;} diff --git a/server/app/views/commit.html b/server/app/views/commit.html index e6cd5ba65..c78bdfbbf 100644 --- a/server/app/views/commit.html +++ b/server/app/views/commit.html @@ -11,7 +11,21 @@
-
commit {{ commit.sha | shortHash}} to {{ commit.branch}} branch
+
+ + commit + {{ commit.sha | shortHash}} + to {{ commit.branch }} branch + +
+
+ commit + {{ commit.sha | shortHash}} + to {{ commit.branch }} branch +
+
+ commit {{ commit.sha | shortHash}} to {{ commit.branch }} branch +
{{ commit.finished_at | fromNow }}
Started {{ commit.started_at | fromNow }}
Created {{ commit.created_at}}