Skip to content

Instantly share code, notes, and snippets.

Created April 17, 2015 20:19
Show Gist options
  • Save anonymous/a757269dcd0407a0b8a1 to your computer and use it in GitHub Desktop.
Save anonymous/a757269dcd0407a0b8a1 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>DC Calibrations</title>
</head>
<body>
<h1><%= @monitors %></h1>
<form method="GET" action='/monitors/:tag' >
<label for="calibrations">Enter Tag Number:</label>
<input id name="calibrations" name="params[tag]"/>
<input id="submit" type="submit" value="Submit" />
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment