Skip to content

Commit

Permalink
fix typo seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp committed Nov 6, 2023
1 parent b9ddd22 commit 3d715c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions priv/templates/install/seeds.exs
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ Content.publish_layout(layout)
<main>
<h2>A blog</h2>
<ul>
<li>Path Params Blog Slug: <%= @beacon_path_params["blog_slug"] %></li>
<li>Live Data blog_slug_uppercase: <%= @beacon_live_data[:blog_slug_uppercase] %></li>
<li>Path Params Blog Slug: <%%= @beacon_path_params["blog_slug"] %></li>
<li>Live Data blog_slug_uppercase: <%%= @beacon_live_data[:blog_slug_uppercase] %></li>
</ul>
</main>
"""
Expand Down

0 comments on commit 3d715c5

Please sign in to comment.