Skip to content

Instantly share code, notes, and snippets.

@Znow
Created April 17, 2012 18:45
Show Gist options
  • Save Znow/2408138 to your computer and use it in GitHub Desktop.
Save Znow/2408138 to your computer and use it in GitHub Desktop.
da:
contact:
new:
title: Kontakt os
location: Vores beliggenhed
activerecord:
attributes:
contact:
name: Navn
email: Email
message: Besked
helpers:
label:
contact:
name: Navn
email: Email
message: Besked
.field
= f.label :name
%br/
= f.text_field :name
.field
= f.label :email
%br/
= f.text_field :email
.field
= f.label :message
%br/
= f.text_area :message
.action
= f.submit "Send"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment