Correction Charte

Charter to Charte
This commit is contained in:
Mehdi Arfaoui 2015-11-28 20:31:55 +01:00
parent 5adeae7de2
commit 8510d43ade
4 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ class StaticPagesController < ApplicationController
end end
def charter def charte
end end

View file

@ -5,7 +5,7 @@
<ul class="nav navbar-nav navbar-right"> <ul class="nav navbar-nav navbar-right">
<li><%= link_to t("Subjects"), subjects_path %></li> <li><%= link_to t("Subjects"), subjects_path %></li>
<li><%= link_to t("Public_figures"), public_figures_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> <li><%= link_to t("About"), a_propos_path %></li>
<% if logged_in? %> <% if logged_in? %>
<li class="dropdown"> <li class="dropdown">

View file

@ -24,7 +24,7 @@ Rails.application.routes.draw do
get 'a-propos', to: 'static_pages#a_propos', as: 'a_propos' get 'a-propos', to: 'static_pages#a_propos', as: 'a_propos'
get 'contact', to: 'static_pages#contact', as: 'contact' 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. # The priority is based upon order of creation: first created -> highest priority.
# See how all your routes lay out with "rake routes". # See how all your routes lay out with "rake routes".