Skip to content

Commit cb9017a

Browse files
committed
updated project_tips_path
1 parent 9c52eee commit cb9017a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/projects/show.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
%h4
7373
=t('.last_tips')
7474
- if @project_tips.count > 5
75-
%small= link_to t('.see_all'), project_tips_path(@project)
75+
%small= link_to t('.see_all'), project_tips_pretty_path(@project.host, @project.full_name)
7676
%ul
7777
- @recent_tips.each do |tip|
7878
%li

0 commit comments

Comments
 (0)