Add unit tests for spotify
This commit is contained in:
parent
493482386e
commit
f6907766bd
4 changed files with 48 additions and 12 deletions
|
@ -12,22 +12,23 @@
|
|||
.container {
|
||||
padding-top: 100px;
|
||||
}
|
||||
.url-search {
|
||||
text-align: center;
|
||||
padding-bottom: 50px;
|
||||
.form-inline {
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row url-search">
|
||||
<%= error %>
|
||||
<form role="form" method="post" action="/search" class="form-inline">
|
||||
<div class="form-group form-group-lg">
|
||||
<input type="text" name="url" placeholder="Paste link here" class="form-control">
|
||||
<input type="submit" class="btn btn-default btn-lg" value="Share Music">
|
||||
</div>
|
||||
</form>
|
||||
<div class="row">
|
||||
<div class="col-sm-6 col-sm-offset-3">
|
||||
<%= error %>
|
||||
<form role="form" method="post" action="/search" class="form-inline">
|
||||
<div class="form-group form-group-lg">
|
||||
<input type="text" name="url" placeholder="Paste link here" class="form-control">
|
||||
<input type="submit" class="btn btn-default btn-lg" value="Share Music">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-6 col-sm-offset-3">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue