Correction Charte
Charter to Charte
This commit is contained in:
parent
5adeae7de2
commit
8510d43ade
4 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ class StaticPagesController < ApplicationController
|
|||
|
||||
end
|
||||
|
||||
def charter
|
||||
def charte
|
||||
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<ul class="nav navbar-nav navbar-right">
|
||||
<li><%= link_to t("Subjects"), subjects_path %></li>
|
||||
<li><%= link_to t("Public_figures"), public_figures_path %></li>
|
||||
<li><%= link_to t("Charter"), charter_path %></li>
|
||||
<li><%= link_to t("Charte"), charte_path %></li>
|
||||
<li><%= link_to t("About"), a_propos_path %></li>
|
||||
<% if logged_in? %>
|
||||
<li class="dropdown">
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ Rails.application.routes.draw do
|
|||
|
||||
get 'a-propos', to: 'static_pages#a_propos', as: 'a_propos'
|
||||
get 'contact', to: 'static_pages#contact', as: 'contact'
|
||||
get 'charte', to: 'static_pages#charter', as: 'charte'
|
||||
get 'charte', to: 'static_pages#charte', as: 'charte'
|
||||
|
||||
# The priority is based upon order of creation: first created -> highest priority.
|
||||
# See how all your routes lay out with "rake routes".
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue