From e21a783bc2646522bc02750f292b732a470a747f Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 11 Oct 2023 13:27:29 -0400 Subject: Fixed blog editing url --- app/views/admin/blogs/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/views/admin/blogs/index.html.haml b/app/views/admin/blogs/index.html.haml index 28078f8..9899176 100644 --- a/app/views/admin/blogs/index.html.haml +++ b/app/views/admin/blogs/index.html.haml @@ -11,4 +11,4 @@ %td %ul.admin-actions %li= link_to "View", blog_url(blog.slug) - %li= link_to "Edit", edit_admin_blog_url(blog) + %li= link_to "Edit", edit_admin_blog_url(blog.id) -- cgit 1.4.1 > mixed-content personal blog
about summary refs log tree commit diff stats
path: root/bin/bundle
blob: 66e9889e8b4aeea1af13e2396fb70594232a2ae3 (plain) (blame)
1
2
3
#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
load Gem.bin_path('bundler', 'bundle')