29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Add a Listing</title>
|
|
|
|
<%= stylesheet_link_tag "application", :media => "all" %>
|
|
<%= javascript_include_tag "application" %>
|
|
<%= csrf_meta_tags %>
|
|
|
|
<script src="//code.jquery.com/jquery-1.9.1.min.js"></script>
|
|
|
|
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">
|
|
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-responsive.min.css" rel="stylesheet">
|
|
<link href="//netdna.bootstrapcdn.com/bootswatch/2.3.1/superhero/bootstrap.min.css" rel="stylesheet">
|
|
|
|
|
|
<%= stylesheet_link_tag "select2-bootstrap" %>
|
|
<%= stylesheet_link_tag "listings" %>
|
|
|
|
<%= javascript_include_tag "regex_validation" %>
|
|
<%= javascript_include_tag "jquery.maskedinput.min" %>
|
|
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<%= yield %>
|
|
<p class="notice"><%= notice %></p>
|
|
<p class="alert"><%= alert %></p>
|
|
</body>
|
|
</html> |