diff --git a/src/main/twirl/account/userinfo.scala.html b/src/main/twirl/account/userinfo.scala.html index e3a64d0..5931d8d 100644 --- a/src/main/twirl/account/userinfo.scala.html +++ b/src/main/twirl/account/userinfo.scala.html @@ -10,7 +10,7 @@
@account.url
-
Joined on @helpers.date(account.registeredDate)
+
Joined on @helpers.date(account.registeredDate)
@@ -40,7 +40,7 @@ @if(repository.repository.description.isDefined){
@repository.repository.description
} -
Last updated: @helpers.datetime(repository.repository.lastActivityDate)
+
Last updated: @helpers.datetime(repository.repository.lastActivityDate)
} diff --git a/src/main/twirl/index.scala.html b/src/main/twirl/index.scala.html index 1bc06db..add56a7 100644 --- a/src/main/twirl/index.scala.html +++ b/src/main/twirl/index.scala.html @@ -16,7 +16,7 @@ @if(repository.repository.description.isDefined){
@repository.repository.description
} -
Last updated: @helpers.datetime(repository.repository.lastActivityDate)
+
Last updated: @helpers.datetime(repository.repository.lastActivityDate)
} } \ No newline at end of file diff --git a/src/main/twirl/issues/milestones.scala.html b/src/main/twirl/issues/milestones.scala.html index 589c3c0..00c3f68 100644 --- a/src/main/twirl/issues/milestones.scala.html +++ b/src/main/twirl/issues/milestones.scala.html @@ -35,12 +35,12 @@
@milestone.title
@if(milestone.closedDate.isDefined){ - Closed @helpers.datetime(milestone.closedDate.get) + Closed @helpers.datetime(milestone.closedDate.get) } else { @if(milestone.dueDate.isDefined){ - Due in @helpers.date(milestone.dueDate.get) + Due in @helpers.date(milestone.dueDate.get) } else { - No due date + No due date } }
@@ -59,7 +59,7 @@ } Browse issues - @closedCount closed - @openCount open + @closedCount closed - @openCount open
@if(closedCount > 0){ diff --git a/src/main/twirl/repo/blob.scala.html b/src/main/twirl/repo/blob.scala.html index 1d1c8ae..2aaeb0f 100644 --- a/src/main/twirl/repo/blob.scala.html +++ b/src/main/twirl/repo/blob.scala.html @@ -19,8 +19,8 @@
- @latestCommit.committer - @helpers.datetime(latestCommit.time) + @latestCommit.committer + @helpers.datetime(latestCommit.time) @helpers.link(latestCommit.summary, repository)
diff --git a/src/main/twirl/repo/commit.scala.html b/src/main/twirl/repo/commit.scala.html index f597991..3971711 100644 --- a/src/main/twirl/repo/commit.scala.html +++ b/src/main/twirl/repo/commit.scala.html @@ -18,7 +18,7 @@ }
@if(branches.nonEmpty){ - + @branches.zipWithIndex.map { case (branch, i) => @branch @@ -26,7 +26,7 @@ } @if(tags.nonEmpty){ - + @tags.zipWithIndex.map { case (tag, i) => @tag @@ -38,21 +38,21 @@ - @commit.committer @helpers.datetime(commit.time) + @commit.committer @helpers.datetime(commit.time)
@if(commit.parents.size == 0){ - 0 parent + 0 parent } @if(commit.parents.size == 1){ - 1 parent + 1 parent @commit.parents(0).substring(0, 7) } - commit @commit.id + commit @commit.id
@if(commit.parents.size > 1){
- @commit.parents.size parents + @commit.parents.size parents @commit.parents.map { parent => @parent.substring(0, 7) }.mkHtml(" + ") diff --git a/src/main/twirl/repo/commits.scala.html b/src/main/twirl/repo/commits.scala.html index ec22d22..5473efd 100644 --- a/src/main/twirl/repo/commits.scala.html +++ b/src/main/twirl/repo/commits.scala.html @@ -9,7 +9,7 @@ @repository.name / Commit History } @if(pathList.nonEmpty){ - History for + History for @repository.name / @pathList.zipWithIndex.map { case (section, i) => @if(i == pathList.length - 1){ @@ -39,8 +39,8 @@ }
- @commit.committer - @helpers.datetime(commit.time) + @commit.committer + @helpers.datetime(commit.time)
diff --git a/src/main/twirl/repo/files.scala.html b/src/main/twirl/repo/files.scala.html index b396d98..2076bed 100644 --- a/src/main/twirl/repo/files.scala.html +++ b/src/main/twirl/repo/files.scala.html @@ -26,10 +26,10 @@ diff --git a/src/main/twirl/wiki/wiki.scala.html b/src/main/twirl/wiki/wiki.scala.html index 624f59e..4d8f963 100644 --- a/src/main/twirl/wiki/wiki.scala.html +++ b/src/main/twirl/wiki/wiki.scala.html @@ -22,7 +22,7 @@ @helpers.markdown(page.content, repository, true, false, false)
- Last edited by @page.committer at @helpers.datetime(page.time) + Last edited by @page.committer at @helpers.datetime(page.time)
} diff --git a/src/main/twirl/wiki/wikicompare.scala.html b/src/main/twirl/wiki/wikicompare.scala.html index 4c0699e..7a3da8a 100644 --- a/src/main/twirl/wiki/wikicompare.scala.html +++ b/src/main/twirl/wiki/wikicompare.scala.html @@ -7,7 +7,7 @@ @wikitab("history", repository)