template error on container registry page
Template error when using azure as storage on 8.8.3:
ActionView::Template::Error (757: unexpected token at '<a href="https://accountname.blob.core.windows.net/containername//docker/registry/v2/blobs/sha256/2f/2fa927b5cdd31cdec0027ff4f45ef4343795c7a2d19a9af4f32425132a222330/data?se=2016-06-10T18%3A35%3A04Z&sig=sigkey&sp=r&sr=b&sv=2015-02-21">Temporary Redirect</a>.
'):
13: ·
14: = pluralize(tag.layers.size, "layer")
15: %td
16: = time_ago_in_words(tag.created_at)
17: - if can?(current_user, :update_container_image, @project)
18: %td.content
19: .controls.hidden-xs.pull-right
lib/container_registry/config.rb:7:in `initialize'
lib/container_registry/tag.rb:47:in `new'
lib/container_registry/tag.rb:47:in `config'
lib/container_registry/tag.rb:51:in `created_at'
app/views/projects/container_registry/_tag.html.haml:16:in `_app_views_projects_container_registry__tag_html_haml___1355416710486800867_164282500'
app/views/projects/container_registry/index.html.haml:40:in `block in _app_views_projects_container_registry_index_html_haml__2860371409766897026_163998940'
app/views/projects/container_registry/index.html.haml:39:in `each'
app/views/projects/container_registry/index.html.haml:39:in `_app_views_projects_container_registry_index_html_haml__2860371409766897026_163998940'
lib/gitlab/middleware/go.rb:16:in `call'