Skip to content

Commit 23838e5

Browse files
authored
Merge branch 'master' into speed_up_diff_stat
2 parents 6d0bf51 + 4dfa2bb commit 23838e5

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

app/views/doc/_versions.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
<footer>
3737
<span class="light">Check your version of git by running<br></span>
3838
<strong>$</strong>
39-
<input type="text" class="copyable" value="git --version" />
39+
<input readonly type="text" class="copyable" value="git --version" />
4040
</footer>
4141
</div>

app/views/layouts/application.html.erb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@
2929

3030
<body id="<%= @section %>">
3131

32-
<%= render layout: "shared/banner", locals: { id: "conservancy2020", dismissable: true } do %>
33-
Git is a member of Software Freedom Conservancy, which handles
34-
legal and financial needs for the project. Conservancy is
35-
currently raising funds to continue their mission. Consider
36-
<a href="https://sfconservancy.org/supporter/">becoming a supporter</a>!
37-
<% end %>
38-
3932
<div class="inner">
4033
<%= render partial: "shared/header" %>
4134
</div> <!-- .inner -->

0 commit comments

Comments
 (0)