* lint error cleanup
This commit is contained in:
parent
7c375278f8
commit
51c9892c63
|
|
@ -81,7 +81,7 @@ if @search.bands_filter_search?
|
|||
node :user_id do |uu| uu.id end
|
||||
node :photo_url do |uu| uu.photo_url end
|
||||
node :name do |uu| uu.name end
|
||||
node :instruments do |uu| uu.instruments.map(&:id).join(',') end
|
||||
node :instruments do |uu| uu.instruments.map(&:id).join(',') end
|
||||
end
|
||||
|
||||
node :follow_count do |band| @search.follow_count(band) end
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
<input type="button" value="Get"/>
|
||||
<textarea data-what="GetFTUE"></textarea>
|
||||
</div>
|
||||
<div style="float:left;"
|
||||
<div style="float:left;">
|
||||
<h2>SetFTUE</h2>
|
||||
<form>
|
||||
<label>true <input name="ftue" type="radio" value="true"/></label>
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
<input type="text" /> <br clear="all" /><br />
|
||||
-->
|
||||
|
||||
<%= f.submit "CREATE ACCOUNT", class: "right button-orange" %><br/ style="clear:both;"><br/>
|
||||
<%= f.submit "CREATE ACCOUNT", class: "right button-orange" %><br style="clear:both;"/><br/>
|
||||
<a href="/auth/facebook" class="right"><img src="/fb-signup-button.png"></a>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue