Remove unused cubbies code
This commit is contained in:
parent
0b15e66d06
commit
7519fcc255
4 changed files with 0 additions and 41 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 3.2 KiB |
|
|
@ -1068,17 +1068,6 @@ h1.tag
|
||||||
:font
|
:font
|
||||||
:style italic
|
:style italic
|
||||||
|
|
||||||
.cubbies_steps
|
|
||||||
li
|
|
||||||
:margin
|
|
||||||
:bottom 12px
|
|
||||||
:vertical-align top
|
|
||||||
|
|
||||||
.cubbies-settings-image
|
|
||||||
@include box-shadow(3px, 3px, 15px, #333)
|
|
||||||
:margin
|
|
||||||
:bottom 5px
|
|
||||||
|
|
||||||
.button.sign_up
|
.button.sign_up
|
||||||
@include linear-gradient(#D9FFA9,#B9E68A)
|
@include linear-gradient(#D9FFA9,#B9E68A)
|
||||||
:text-shadow none
|
:text-shadow none
|
||||||
|
|
|
||||||
|
|
@ -253,10 +253,6 @@ en:
|
||||||
any_problem: "Any Problem?"
|
any_problem: "Any Problem?"
|
||||||
contact_podmin: "Contact the administrator of your pod!"
|
contact_podmin: "Contact the administrator of your pod!"
|
||||||
mail_podmin: "Podmin E-Mail"
|
mail_podmin: "Podmin E-Mail"
|
||||||
cubbies:
|
|
||||||
heading: "Connect to Cubbi.es"
|
|
||||||
explanation: "Cubbi.es is the first Diaspora application under development."
|
|
||||||
learn_more: "Learn more"
|
|
||||||
diaspora_id:
|
diaspora_id:
|
||||||
heading: "Diaspora ID"
|
heading: "Diaspora ID"
|
||||||
content_1: "Your Diaspora ID is:"
|
content_1: "Your Diaspora ID is:"
|
||||||
|
|
@ -1123,28 +1119,6 @@ en:
|
||||||
success: "Alas! You aren't following #%{name} anymore."
|
success: "Alas! You aren't following #%{name} anymore."
|
||||||
failure: "Failed to stop following #%{name}. Maybe you already stopped following it?"
|
failure: "Failed to stop following #%{name}. Maybe you already stopped following it?"
|
||||||
|
|
||||||
tokens:
|
|
||||||
show:
|
|
||||||
connect_to_cubbies: "Connect to Cubbi.es"
|
|
||||||
what_is_cubbies: "Cubbi.es is the world's first Diaspora application. It's also the best way to collect photos online."
|
|
||||||
love_to_try: "We'd love for you to try it out."
|
|
||||||
sign_up_today: "Sign up today!"
|
|
||||||
screenshot_explanation: "%{link1}. This particular cubby is linked to %{link2}."
|
|
||||||
typical_userpage: "A typical cubbi.es userpage"
|
|
||||||
daniels_account: "Daniel's Diaspora account"
|
|
||||||
making_the_connection: "Making the Connection"
|
|
||||||
connecting_is_simple: "Connecting your Diaspora account is simple! Just enter your Diaspora ID (<b>%{diaspora_id}</b>) from your cubbies <a href='%{href_link}'>settings page</a> and hit connect."
|
|
||||||
via: "(via %{link})"
|
|
||||||
|
|
||||||
authorizations:
|
|
||||||
index:
|
|
||||||
revoke_access: "Revoke Access"
|
|
||||||
no_applications: "You haven't registered any applications yet."
|
|
||||||
new:
|
|
||||||
cubbies_will: "Cubbies will be able to post photos on your behalf"
|
|
||||||
authorize: "Authorize"
|
|
||||||
nope: "No"
|
|
||||||
|
|
||||||
streams:
|
streams:
|
||||||
community_spotlight_stream: "Community Spotlight"
|
community_spotlight_stream: "Community Spotlight"
|
||||||
aspects_stream: "Aspects"
|
aspects_stream: "Aspects"
|
||||||
|
|
|
||||||
|
|
@ -87,10 +87,6 @@ Diaspora::Application.routes.draw do
|
||||||
|
|
||||||
resources :apps, :only => [:show]
|
resources :apps, :only => [:show]
|
||||||
|
|
||||||
#Cubbies info page
|
|
||||||
|
|
||||||
resource :token, :only => :show
|
|
||||||
|
|
||||||
# Users and people
|
# Users and people
|
||||||
|
|
||||||
resource :user, :only => [:edit, :update, :destroy], :shallow => true do
|
resource :user, :only => [:edit, :update, :destroy], :shallow => true do
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue