Created
December 10, 2012 19:48
-
-
Save rbrancher/4252865 to your computer and use it in GitHub Desktop.
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
<ul class="mmagick-entries"> | |
</ul> | |
<%= render '/reference_input' if media_types[:reference] %> | |
<%= render '/upload_input' if media_types[:upload] %> | |
# reference_input | |
<div class="mmagick-references-queue"> | |
reference | |
</div> | |
<div class="mmagick-references-controls"> | |
</div> | |
# upload_input | |
<ul class="mmagick-files-queue"> | |
file | |
</ul> | |
<div class="mmagick-files-controls"> | |
<a class="mmagick-files-select mmagick-btn" href="javascript://"><%= t('media_magick.files.select') %></a> | |
<a class="mmagick-files-upload mmagick-btn" href="javascript://"><%= t('media_magick.files.upload') %></a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment