|
|
@ -251,7 +251,6 @@ we're going to need to do it here in order to allow for translations.
|
|
|
|
<p class="music-song"><%= translate(locale, "Song: ") %><%= music.song %></p>
|
|
|
|
<p class="music-song"><%= translate(locale, "Song: ") %><%= music.song %></p>
|
|
|
|
<p class="music-artist"><%= translate(locale, "Artist: ") %><%= music.artist %></p>
|
|
|
|
<p class="music-artist"><%= translate(locale, "Artist: ") %><%= music.artist %></p>
|
|
|
|
<p class="music-album"><%= translate(locale, "Album: ") %><%= music.album %></p>
|
|
|
|
<p class="music-album"><%= translate(locale, "Album: ") %><%= music.album %></p>
|
|
|
|
<p class="music-license"><%= translate(locale, "License: ") %><%= music.license %></p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|