We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aed88d commit 570dfceCopy full SHA for 570dfce
src/main/twirl/gist/revisions.scala.html
@@ -13,6 +13,9 @@
13
<div style="margin-bottom: 8px;">
14
@avatar(revision, 20) <a href="@path/gist/@revision.authorName">@revision.authorName</a> revised this @helper.html.datetimeago(revision.authorTime)
15
<div class="pull-right">
16
+ @if(diffs.isEmpty){
17
+ <span class="muted">No changes.</span>
18
+ }
19
<a href="@path/gist/@gist.userName/@gist.repositoryName/@revision.id" class="btn btn-mini monospace">@revision.id.substring(0, 7)</a>
20
</div>
21
0 commit comments