remove unused layout

This commit is contained in:
wvengen 2013-10-30 20:53:01 +01:00
parent fef17604c5
commit 3588962329
6 changed files with 0 additions and 85 deletions

View File

@ -1,32 +0,0 @@
!!!
%html
%head
%meta{"http-equiv" => "content-type", :content => "text/html;charset=UTF-8"}
%title= t '.title', title: (yield(:title) or controller.controller_name)
= stylesheet_link_tag 'application'
= stylesheet_link_tag "print", :media => "print"
<!--[if lte IE 7]>
= stylesheet_link_tag 'ie_hacks'
<![endif]-->
= javascript_include_tag 'application'
= csrf_meta_tags
= yield(:head)
%body
#logininfo= render :partial => 'shared/loginInfo'
#header
#logo
= link_to root_path do
= t('layouts.logo').html_safe
%span{:style => "color:white; font-size:45%; letter-spacing: -1px;"}= FoodsoftConfig[:name]
#nav= render :partial => 'layouts/main_tabnav'
#main
#content
- flash.each do |name, msg|
= content_tag :h3, msg, :id => "flash#{name.to_s.camelize}", :class => "flash #{name}"
#loader{:style => "display:none;"}= image_tag("loader.gif", :border => 0)
- if show_title?
%h1= yield(:title)
= yield
#ajax_box(style="display:none")

View File

@ -1,9 +0,0 @@
%ul
%li
= image_tag 'b_user.png' , :size => '7x10', :border => 0, :alt => t('.profile')
= link_to h(@current_user.nick), my_profile_path, { :title => t('.edit_profile') }
- if FoodsoftConfig[:homepage]
%li= link_to FoodsoftConfig[:name], FoodsoftConfig[:homepage], { :title => t('.homepage_title') }
%li= link_to t('.help'), FoodsoftConfig[:help_url]
%li= link_to t('.feedback.title'), new_feedback_path, :title => t('.feedback.desc')
%li= link_to t('.logout'), logout_path

View File

@ -906,8 +906,6 @@ de:
ordering:
confirm_change: Änderungen an dieser Bestellung gehen verloren, wenn zu einer anderen Bestellung gewechselt wird. Möchtest Du trotzdem wechseln?
layouts:
application1:
title: Foodsoft - %{title}
email:
footer: ! '--
@ -1369,15 +1367,6 @@ de:
search_user: Nach Nutzerin suchen
title: Wöchentliche Jobs
user_not_found: Keine Nutzerin gefunden
loginInfo:
edit_profile: Profil bearbeiten
feedback:
desc: Fehler gefunden? Vorschlag? Idee? Kritik?
title: Feedback
help: Hilfe
homepage_title: Foodcoop Homepage besuchen
logout: Abmelden
profile: Profil
open_orders:
ending: Ende
no_open_orders: Derzeit gibt es keine laufenden Bestellungen

View File

@ -910,8 +910,6 @@ en:
ordering:
confirm_change: Modifications to this order will be lost when you change the order. Do you want to lose the changes you made and continue?
layouts:
application1:
title: Foodsoft - %{title}
email:
footer: ! '--
@ -1373,15 +1371,6 @@ en:
search_user: Search user
title: Weekly jobs
user_not_found: No user found
loginInfo:
edit_profile: Edit profile
feedback:
desc: Found a bug? Suggestions? Review?
title: Feedback
help: Help
homepage_title: Visit Foodcoop Homepage
logout: Logout
profile: Profile
open_orders:
ending: Ending
no_open_orders: There are no current orders

View File

@ -932,8 +932,6 @@ fr:
ordering:
confirm_change:
layouts:
application1:
title: Foodsoft - %{title}
email:
footer: ! '--
@ -1376,15 +1374,6 @@ fr:
search_user: Rechercher par utilisatrice
title: Boulots hebdomadaires
user_not_found: Aucune utilisatrice n'a été trouvée.
loginInfo:
edit_profile: Modifier le profil
feedback:
desc: Tu as détecté une erreur? Tu as des propositions, des idées, des critiques?
title: Retours
help: Aide
homepage_title: Vers la page d'accueil de la bouffecoop
logout: Te déconnecter
profile: Profil
open_orders:
ending: Clôture le
no_open_orders: Il n'y a aucune commande en cours en ce moment

View File

@ -903,8 +903,6 @@ nl:
ordering:
confirm_change:
layouts:
application1:
title: Foodsoft - %{title}
email:
footer: ! '--
@ -1303,15 +1301,6 @@ nl:
search_user: Gebruiker zoeken
title: Wekelijkse taken
user_not_found: Geen gebruiker gevonden
loginInfo:
edit_profile: Profiel aanpassen
feedback:
desc: Fout gevonden? Opmerking? Idee?
title: Feedback
help: Help
homepage_title: Foodcoop startpagina bezoeken
logout: Uitloggen
profile: Profiel
open_orders:
ending: Einde
no_open_orders: Er zijn momenteel geen lopende bestellingen.