<%= csrf_meta_tags %>

Welcome Threads

<%= link_to "Create A New Welcome Thread", admin_welcome_index_path, method: :post, class: "btn btn-primary ml-auto" %>
<% @daily_threads.each do |thread| %> <%= thread.title %> <% end %>