Skip to content

Commit

Permalink
Migrate example components to the new 1.3 directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlindholm committed Sep 26, 2017
1 parent 7c1204c commit 3960fc0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.

This file was deleted.

@@ -0,0 +1,4 @@
defmodule PhoenixComponentFoldersWeb.Components.CommentFeedView do
alias PhoenixComponentFoldersWeb.Components.ComponentHelpers
use PhoenixComponentFoldersWeb, {:view, ComponentHelpers.view_opts(:comment_feed)}
end
@@ -1,4 +1,4 @@
<% comment = assigns[:item] %>
<% comment = @item %>

<li class="media">
<div class="media-body">
Expand Down

0 comments on commit 3960fc0

Please sign in to comment.