Skip to content
Extraits de code Groupes Projets
Valider 69befc05 rédigé par maxwell's avatar maxwell
Parcourir les fichiers

ms iz fixed a bit of the mobile site

parent bb59df46
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -10,7 +10,7 @@ class PeopleController < ApplicationController
def index
@aspect = :search
params[:q] ||= params[:term]
params[:q] ||= params[:term] || ''
if (params[:q][0] == 35 || params[:q][0] == '#') && params[:q].length > 1
redirect_to "/tags/#{params[:q].gsub("#", "")}"
......
......@@ -94,8 +94,6 @@
= current_user.name
%ul{:data => {:role => 'listview', :inset => 'true'}}
%li
= link_to t('profiles.edit.your_profile'), edit_profile_path
%li
= link_to t('notifications.index.notifications'), notifications_path
.ui-li-count
......@@ -106,7 +104,7 @@
%ul{:data => {:role => 'listview', :inset => 'true'}}
%li
= link_to t('application.helper.aspect_badge.all_aspects'), aspects_path
= link_to t('all_aspects'), aspects_path
- for aspect in @all_aspects
%li
= link_to aspect, aspects_path('a_ids[]' => aspect.id)
......
Fichier déplacé
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter