Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Commit

Permalink
get username from object
Browse files Browse the repository at this point in the history
  • Loading branch information
zemyatin committed Nov 9, 2011
1 parent de54174 commit febdb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/DObjects/dobject.html
Expand Up @@ -28,7 +28,7 @@ <h5>&{'thing.name'}:</h5>
<p>${dobject.name}</p>

<h5>&{'thing.owner'}:</h5>
<p>${browsedFullName}</p>
<p>${dobject.userName}</p>
</div>

<div class="g-1of2 omega">
Expand Down

0 comments on commit febdb60

Please sign in to comment.