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
| <!DOCTYPE html> | |
| <html lang="en-US"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Testing Shit</title> | |
| <link rel="stylesheet" href="style.css"> | |
| <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> | |
| </head> | |
| <body> | |
| <h1>Yeah, Let's get this party started.</h1> |
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
| <h1 id="edit_the_">Edit the <%= @line.name %></h1> | |
| <%= form_for @line do |form| %> | |
| <%= form.label :name, "Name of this train" %> | |
| <%= form.text_field :name %> | |
| <%= form.label :frequency, "Frequency of this train line" %> | |
| <%= form.text_field :frequency %> | |
| <% end %> |
NewerOlder