diff options
Diffstat (limited to 'app/views/about/feeds.html.erb')
-rw-r--r-- | app/views/about/feeds.html.erb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/about/feeds.html.erb b/app/views/about/feeds.html.erb index 5a9c1cd..104d238 100644 --- a/app/views/about/feeds.html.erb +++ b/app/views/about/feeds.html.erb @@ -1,7 +1,7 @@ <ol class="breadcrumb"> - <li><a href="/"><%= t :home %></a></li> - <li><a href="/about"><%= t :about %></a></li> - <li class="active"><%= t :update_feeds %></li> + <li class="breadcrumb-item"><a href="/"><%= t :home %></a></li> + <li class="breadcrumb-item"><a href="/about"><%= t :about %></a></li> + <li class="breadcrumb-item active"><%= t :update_feeds %></li> </ol> <h1><%= t :update_feeds %></h1> |