moved remove video listing to the right

This commit is contained in:
Bret Haynie 2014-04-25 15:53:20 -04:00
parent fec3064162
commit 59d83c8384

View File

@ -21,5 +21,5 @@
label: 'Asset Urls', label: 'Asset Urls',
hint: "A list of all file assets. Comma Separated, (press backspace or click the x to remove)", hint: "A list of all file assets. Comma Separated, (press backspace or click the x to remove)",
input_html: {data: {role: "tagsinput" }, value: ""} %> input_html: {data: {role: "tagsinput" }, value: ""} %>
<div class="remove-video"><%= link_to_remove_association "Remove Video Listing", f %></div> <div class="text-right remove-video"><%= link_to_remove_association "Remove Video Listing", f %></div>
</div> </div>