Migrating editor into cleaner code

This commit is contained in:
Jori Lallo
2016-05-10 00:07:50 -06:00
parent 3d4554caa3
commit 0fdaff820e
29 changed files with 545 additions and 543 deletions

View File

@@ -47,7 +47,7 @@ class Atlas extends React.Component {
return (
<Layout
actions={(
<Link to="/new-document">New document</Link>
<Link to={ `/atlas/${data.id}/new` }>New document</Link>
)}
title={ data.name }
>