⌘T | go to file |
⌘⌃P | go to project |
⌘R | go to methods |
⌃G | go to line |
⌘KB | toggle side bar |
⌘⇧P | command prompt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
= content_for(:content) do | |
= render :partial => "alchemy/layouts/login_layout", | |
:locals => { :login_form_path_string => user_sessions_path, | |
:recovery_strings => t("user_sessions.recovery_link_html", | |
:username => link_to( t("user_sessions.username"), | |
login_path(:card => :username_recovery), | |
:id => 'username_link' ), | |
:password => link_to( t("user_sessions.password"), | |
login_path(:card => :password_reset), | |
:id => 'password_link' )), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Alchemy::RailsTranslations | |
TRANSLATIONS = { | |
:noscript => I18n.t("user_sessions.noscript"), | |
:username => I18n.t("user_sessions.username"), | |
:password => I18n.t("user_sessions.password"), | |
:login => I18n.t("user_sessions.login"), | |
:recovery_link => I18n.t("user_sessions.recovery_link"), | |
:email_address => I18n.t("password_resets.email_address"), | |
:send_login => I18n.t("username_recoveries.recover_usernames"), | |
:password_unknown => I18n.t("password_resets.password_unknown"), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(:recovery_strings => _("Forgot %s or %s?") % [link_to(_("Username"), login_path(:card => :username_recovery), :id => "username_link"), | |
link_to(_("Password"), login_path(:card => :password_reset), :id => "password_link")]).html_safe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<deployable version="1.0" name="Test Deployable"> | |
<description/> | |
<assemblies> | |
<assembly name="Test-Template" hwp="hwp1"> | |
<image id="a7dc166e-fc03-11e1-b5a1-5254009d4013"/> | |
<services> | |
<service name="my-service"> | |
<executable url="http://www.example.com/script.sh"/> | |
<files> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<name>f14jeos</name> | |
<os> | |
<name>Fedora</name> | |
<version>14</version> | |
<arch>x86_64</arch> | |
<rootpw>password</rootpw> | |
<install type='url'> | |
<url>http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/x86_64/os/</url> | |
</install> |
NewerOlder