Welcome to mirror list, hosted at ThFree Co, Russian Federation.

redirect.html.haml « authorizations « doorkeeper « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9580f33c88acf1fff392849df2dfb07a5a134dbe (plain)
1
2
3
4
5
6
7
8
%h3.page-title= _("Redirecting")

%div
  %a{ :href => redirect_uri } Click here to redirect to #{redirect_uri}

= javascript_tag do
  :plain
    window.location= "#{redirect_uri}";