mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-17 14:19:53 +08:00
Update import URL text (#282)
This commit is contained in:
parent
10973de66b
commit
00edceafc9
1 changed files with 1 additions and 2 deletions
|
|
@ -18,8 +18,7 @@ defmodule LivebookWeb.HomeLive.ImportUrlComponent do
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
<p class="text-gray-700">
|
<p class="text-gray-700">
|
||||||
Load notebook from an online source (e.g. a GitHub repository)
|
Paste the URL to a .livemd file, to a GitHub file, or to a Gist to import it.
|
||||||
simply by pasting its URL.
|
|
||||||
</p>
|
</p>
|
||||||
<%= f = form_for :data, "#",
|
<%= f = form_for :data, "#",
|
||||||
phx_submit: "import",
|
phx_submit: "import",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue