diff --git a/react-phoenix/web/templates/post/index.html.eex b/react-phoenix/web/templates/post/index.html.eex index d17ce1d..7b363b2 100644 --- a/react-phoenix/web/templates/post/index.html.eex +++ b/react-phoenix/web/templates/post/index.html.eex @@ -15,7 +15,7 @@
- <%= link to: post_path(@conn, :new), class: "btn-floating btn-large waves-effect waves-light red" do %> + <%= link to: topic_path(@conn, :new), class: "btn-floating btn-large waves-effect waves-light red" do %> add <% end %>