From 9473db2b383d6c58f1c0d64da3062d03435a0310 Mon Sep 17 00:00:00 2001 From: Kirill Zaitsev Date: Sun, 7 Sep 2014 22:56:51 +0400 Subject: [PATCH] Clickable commit information --- server/app/styles/drone.less | 10 +++++++++- server/app/views/commit.html | 16 +++++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/server/app/styles/drone.less b/server/app/styles/drone.less index dfb0a87b..002eb4d7 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 e6cd5ba6..c78bdfbb 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}}