Skip to content

Instantly share code, notes, and snippets.

@eiriklied
eiriklied / trello-print
Last active August 29, 2015 14:07
Export a board from trello and paste the json into this document to print notes
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>True Trello Printer</title>
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet">
<style>
body{margin:15%;}
.panel-body{
@eiriklied
eiriklied / Vagrantfile
Created April 4, 2012 22:51
Vagrantfile for basic rails dev box
# -*- mode: ruby -*-
# vi: set ft=ruby :
#
# Important: had to perform some steps in order to make vagrant up running
#
# Followed these steps
# https://github.com/mitchellh/vagrant/issues/391#issuecomment-2078383
#
# Add vagrant to box
# Additional translations at http://github.com/plataformatec/devise/wiki/I18n
nb:
errors:
messages:
expired: "har utløpt, vennligst få en ny en"
not_found: "ikke funnet"
already_confirmed: "har allerede blitt bekreftet. Prøv å logg inn."
not_locked: "var ikke låst"
not_saved:
<script type="text/javascript">
alert('hello world')
</script>