Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit dde5fc2

Browse files
committed
Merge branch 'bugfix/spacing' of https://github.com/SpringRoll/SpringRollConnect into bugfix/remove-method-override
2 parents 87ee317 + abdb553 commit dde5fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/games/releases.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ append gameContent
8181
a(href="#{game.repository}/browse?at=refs/heads/#{release.branch.replace('origin/', '')}" data-toggle="tooltip" title="View Branch")=' '+release.branch
8282

8383
.help-block.updated
84-
span Updated
84+
span Updated  
8585
span=moment(release.updated).fromNow()
8686
if release.updatedBy
8787
| by #{release.updatedBy.name}

0 commit comments

Comments
 (0)