Merge branch 'master' into 3699-arv-copy
[arvados.git] / apps / workbench / app / views / application / _title_and_buttons.html.erb
index 822c9048579487366ef2591a7a055454b7dd586e..4d54fd08ba0ce0464d561fcb4ed26d16b5ffaeaf 100644 (file)
@@ -44,7 +44,7 @@
              selection_param: 'uuid',
              success: 'redirect-to-created-object'
            }.to_json),
-          { class: "btn btn-sm btn-primary", remote: true, method: 'get',
+          { class: "btn btn-sm btn-primary force-cache-reload", remote: true, method: 'get',
             title: "Move this #{object_class} to a different project"}) do %>
         <i class="fa fa-fw fa-truck"></i> Move <%=object_class%>...
       <% end %>
@@ -53,7 +53,7 @@
 <% end %>
 
 <%
-  # Display any flash messages in an alert. If there is any entry with "error" key, alert-danger is used. 
+  # Display any flash messages in an alert. If there is any entry with "error" key, alert-danger is used.
   flash_msg = ''
   flash_msg_is_error = false
   flash.each do |msg|