Skip to content

Commit

Permalink
The new Client is now used from Your Spaces
Browse files Browse the repository at this point in the history
So it is now officially the default.
  • Loading branch information
Mark "Justin" Waks committed Mar 6, 2015
1 parent 05363bc commit ad081dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions querki/scalajvm/app/views/spaces.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>Your Spaces</h1>
<h3>Spaces You Own</h3>
<ul>
@for(space <- mySpaces) {
<li><a href="/u/@space.ownerHandle/@space.handle/@space.handle">@space.display</a></li>
<li><a href="/u/@space.ownerHandle/@space.handle/#@space.handle">@space.display</a></li>
}
</ul>
</div>
Expand All @@ -24,7 +24,7 @@ <h3>Spaces You Own</h3>
<h3>Spaces You are a Member of</h3>
<ul>
@for(space <- memberOf) {
<li><a href="/u/@space.ownerHandle/@space.handle/@space.handle">@space.display</a></li>
<li><a href="/u/@space.ownerHandle/@space.handle/#@space.handle">@space.display</a></li>
}
</ul>
</div>
Expand Down

0 comments on commit ad081dd

Please sign in to comment.