Skip to content

Commit

Permalink
you can see this on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed May 2, 2012
1 parent 5da4b1e commit 42341d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/downloads/downloading.html.haml
Expand Up @@ -10,14 +10,14 @@

%div.callout.downloading
%h3 Your download is starting...
%iframe{:width => 1, :height => 1, :frameborder => 0, :src => @download.url}

%p=raw "You are downloading version <strong>#{@download.version.name}</strong> of Git for the <strong>#{@platform.capitalize}</strong> platform. This is the most recent <a href='#{@project_url}'>maintained build</a> for this platform. It was released <strong>#{time_ago_in_words @download.version.committed} ago</strong>, on #{@download.version.committed.strftime("%Y-%m-%d")}."

%p=raw "<strong>If your download hasn't started, <a href=\"#{@download.url}\">click here to download manually</a>.</strong>"

%p.small=raw "The current source code release is version <strong>#{@latest.name}</strong>. If you want the newer version, you can build it from <a href=\"https://github.com/git/git\">the source code</a>."

%iframe{:width => 1, :height => 1, :frameborder => 0, :src => @download.url}

%h2 Now What?

Expand Down

0 comments on commit 42341d3

Please sign in to comment.