Change publish link in empty search results to point to Publish page
This commit is contained in:
parent
00524f5554
commit
25e9eff7f2
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ var SearchNoResults = React.createClass({
|
||||||
return (
|
return (
|
||||||
<section style={searchNoResultsStyle}>
|
<section style={searchNoResultsStyle}>
|
||||||
<span style={searchNoResultsMessageStyle}>No one has checked anything in for {this.props.query} yet.</span>
|
<span style={searchNoResultsMessageStyle}>No one has checked anything in for {this.props.query} yet.</span>
|
||||||
<Link label="Be the first" href="javascript:alert('aww I do nothing')" />
|
<Link label="Be the first" href="?publish" />
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue