Add Mastodon frontend.
This commit is contained in:
parent
414c52509b
commit
d293ceb1b5
170 changed files with 206601 additions and 5 deletions
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,10 @@
|
|||
<h2>Login in to Mastodon Frontend</h2>
|
||||
<%= form_for @conn, mastodon_api_path(@conn, :login), [as: "authorization"], fn f -> %>
|
||||
<%= label f, :name, "Name" %>
|
||||
<%= text_input f, :name %>
|
||||
<br>
|
||||
<%= label f, :password, "Password" %>
|
||||
<%= password_input f, :password %>
|
||||
<br>
|
||||
<%= submit "Authorize" %>
|
||||
<% end %>
|
||||
Loading…
Add table
Add a link
Reference in a new issue