diff --git a/app/assets/javascripts/admin.js b/app/assets/javascripts/admin.js index 45e9f4e..0b7606e 100644 --- a/app/assets/javascripts/admin.js +++ b/app/assets/javascripts/admin.js @@ -200,7 +200,7 @@ //action to hide the alert to edit a version $("#edit-version-confirmed").click(function (e){ e.preventDefault(); - $("#version_edit_alert").modal("hide"); + $("#version_edit_alert").modal("hide"); }); //action to clone/add a version diff --git a/app/assets/stylesheets/admin.css.less b/app/assets/stylesheets/admin.css.less index 3a52df1..132e00e 100644 --- a/app/assets/stylesheets/admin.css.less +++ b/app/assets/stylesheets/admin.css.less @@ -15,6 +15,7 @@ // Font Awesome @import "fontawesome/font-awesome"; + // Glyphicons //@import "twitter/bootstrap/sprites.less"; @@ -113,7 +114,7 @@ margin-top: 70px; font-size: @font_size; } - + /*********************************************/ /**** header ****/ /*********************************************/ @@ -475,7 +476,6 @@ margin-left:0px; } - /**********************/ /* Organisation admin */ /**********************/ diff --git a/app/controllers/dmptemplates_controller.rb b/app/controllers/dmptemplates_controller.rb index 90c20db..9c7f757 100644 --- a/app/controllers/dmptemplates_controller.rb +++ b/app/controllers/dmptemplates_controller.rb @@ -255,7 +255,6 @@ # SECTIONS - #create a section def admin_createsection @section = Section.new(params[:section]) diff --git a/app/views/dmptemplates/_versions_table.html.erb b/app/views/dmptemplates/_versions_table.html.erb index 259fb5f..e51dbfe 100644 --- a/app/views/dmptemplates/_versions_table.html.erb +++ b/app/views/dmptemplates/_versions_table.html.erb @@ -4,6 +4,7 @@
<%= t('org_admin.versions.versions_text_html')%>
+