Skip to content

Commit

Permalink
making projects listed under pending projects route the user to the d…
Browse files Browse the repository at this point in the history
…etails page instead of the approve page (#636)
  • Loading branch information
JaymeeH authored Apr 11, 2024
1 parent f314338 commit 5271ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/welcome/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<ul class="project-list">
<% @pending_projects.each do |project| %>
<li>
<%= link_to(project.title, project_approve_path(project)) %>
<%= link_to(project.title, project) %>
</li>
<% end %>
</ul>
Expand Down

0 comments on commit 5271ada

Please sign in to comment.