WIP: Adds a default commit message when adding a README (#25167)

This commit is contained in:
Matt Lee 2016-11-30 13:41:18 -05:00
parent 509b5d45f2
commit 0619fb629d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
%p
Otherwise you can start with adding a
= succeed ',' do
= link_to "README", new_readme_path, class: 'underlined-link'
= link_to "README", add_special_file_path(@project, file_name: 'README.md'), class: 'underlined-link'
a
= succeed ',' do
= link_to "LICENSE", add_special_file_path(@project, file_name: 'LICENSE'), class: 'underlined-link'