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 bcfe8a9 commit 6a156c8Copy full SHA for 6a156c8
src/js/components/repository.js
@@ -29,8 +29,7 @@ var Repository = React.createClass({
29
<div className='row repository'>
30
<div className='col-xs-2'><img className='avatar' src={this.getAvatar()} /></div>
31
<div className='col-xs-10 name' onClick={this.openBrowser}>
32
- <span>{repositoryName}</span>
33
- /
+ <span>{'/' + repositoryName}</span>
34
<span>{organisationName}</span>
35
</div>
36
0 commit comments