diff --git a/app/assets/javascripts/forms.js b/app/assets/javascripts/forms.js
index 17713cc..8ee9952 100644
--- a/app/assets/javascripts/forms.js
+++ b/app/assets/javascripts/forms.js
@@ -4,7 +4,6 @@ $(document).ready(function() {
location.reload();
});
-
$( "#show_display_info" ).click(function() {
$( ".display_info" ).toggle();
});
@@ -79,7 +78,4 @@ $(document).ready(function() {
$('#h264_output_name').val())
});
-
-});
-
-
+});
\ No newline at end of file
diff --git a/app/views/forms/_add_audio_track.html.erb b/app/views/forms/_add_audio_track.html.erb
index 70b54a7..4abb4ae 100644
--- a/app/views/forms/_add_audio_track.html.erb
+++ b/app/views/forms/_add_audio_track.html.erb
@@ -1,53 +1,51 @@
-
-
-
- Input
-
-
-
+
+
-
-
+
+
+ Your command line:
+
+
+
-
-
- Your command line:
-
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/app/views/forms/_remove_audio_track.html.erb b/app/views/forms/_remove_audio_track.html.erb
index 3e03898..ed1700f 100644
--- a/app/views/forms/_remove_audio_track.html.erb
+++ b/app/views/forms/_remove_audio_track.html.erb
@@ -1,50 +1,50 @@
-
-
+
-
-
- Output
-
-
-
- Your command line:
-
-
-
+
+
+
+
+ Your command line:
+
+
+
diff --git a/app/views/forms/index.html.erb b/app/views/forms/index.html.erb
index 2e84e41..2eacdc9 100644
--- a/app/views/forms/index.html.erb
+++ b/app/views/forms/index.html.erb
@@ -57,7 +57,6 @@
<%= render "add_audio_track" %>
-
@@ -66,5 +65,4 @@
-