parent
6014134396
commit
ab1490f472
@ -3,7 +3,7 @@
|
|||||||
<%= render MainWithTabnavComponent.new(tabnav_partial: "shared/tabnav_contributions") do %>
|
<%= render MainWithTabnavComponent.new(tabnav_partial: "shared/tabnav_contributions") do %>
|
||||||
<section>
|
<section>
|
||||||
<p class="mb-12">
|
<p class="mb-12">
|
||||||
Your financial contributions to the development and upkeep of Kosmos
|
Your financial contributions to the development and upkeep of our
|
||||||
software and services.
|
software and services.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
@ -115,7 +115,7 @@
|
|||||||
class: "block h-full px-6 py-6 rounded-md" do %>
|
class: "block h-full px-6 py-6 rounded-md" do %>
|
||||||
<h3 class="mb-3.5">Wiki</h3>
|
<h3 class="mb-3.5">Wiki</h3>
|
||||||
<p class="text-gray-600">
|
<p class="text-gray-600">
|
||||||
Kosmos documentation and knowledge base
|
Documentation and knowledge base
|
||||||
</p>
|
</p>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<section>
|
<section>
|
||||||
<% if @invitations_unused.any? %>
|
<% if @invitations_unused.any? %>
|
||||||
<p class="mb-8">
|
<p class="mb-8">
|
||||||
Invite your friends to a Kosmos account by sharing an invitation URL with them:
|
Invite your friends to register an account by sharing an invitation URL with them:
|
||||||
</p>
|
</p>
|
||||||
<ul class="md:w-3/4">
|
<ul class="md:w-3/4">
|
||||||
<% @invitations_unused.each do |invitation| %>
|
<% @invitations_unused.each do |invitation| %>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Hi <%= @user.display_name.presence || @user.cn %>,
|
Hi <%= @user.display_name.presence || @user.cn %>,
|
||||||
|
|
||||||
New invitations have just been added to your Kosmos account, so you can invite more people to our cooperative services:
|
New invitations have just been added to your account, so you can invite more people to our cooperative services:
|
||||||
|
|
||||||
<%= invitations_url %>
|
<%= invitations_url %>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Hi <%= @user.display_name.presence || @user.cn %>,
|
Hi <%= @user.display_name.presence || @user.cn %>,
|
||||||
|
|
||||||
You have just granted '<%= @auth.client_id %>' access to your Kosmos Storage, with the following permissions:
|
You have just granted '<%= @auth.client_id %>' access to your remote storage, with the following permissions:
|
||||||
|
|
||||||
<% @permissions.each do |p| %>
|
<% @permissions.each do |p| %>
|
||||||
* <%= p %>
|
* <%= p %>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<section>
|
<section>
|
||||||
<h3>Lightning Address</h3>
|
<h3>Lightning Address</h3>
|
||||||
<p class="mb-6">
|
<p class="mb-6">
|
||||||
Your Kosmos user address is also a
|
Your user address is also a
|
||||||
<a class="ks-text-link" href="https://lightningaddress.com/" target="_blank">Lightning Address</a>!
|
<a class="ks-text-link" href="https://lightningaddress.com/" target="_blank">Lightning Address</a>!
|
||||||
The easiest way to receive sats is by just giving out your address:
|
The easiest way to receive sats is by just giving out your address:
|
||||||
</p>
|
</p>
|
||||||
@ -32,7 +32,7 @@
|
|||||||
<section data-controller="modal" data-action="keydown.esc->modal#close">
|
<section data-controller="modal" data-action="keydown.esc->modal#close">
|
||||||
<h3>Wallet Apps</h3>
|
<h3>Wallet Apps</h3>
|
||||||
<p>
|
<p>
|
||||||
You can connect various wallet apps to your Kosmos account. This allows
|
You can connect various wallet apps to your account. This allows
|
||||||
you to both receive and send sats. Any wallet that supports
|
you to both receive and send sats. Any wallet that supports
|
||||||
<a href="https://bluewallet.io/lndhub/" class="ks-text-link" target="_blank">LNDHub</a>
|
<a href="https://bluewallet.io/lndhub/" class="ks-text-link" target="_blank">LNDHub</a>
|
||||||
accounts should be able to add/import your account using our setup
|
accounts should be able to add/import your account using our setup
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<%= render MainSimpleComponent.new do %>
|
<%= render MainSimpleComponent.new do %>
|
||||||
<section>
|
<section>
|
||||||
<p class="mb-6">
|
<p class="mb-6">
|
||||||
Follow and interact with anyone on the open social web, from your Kosmos Mastodon account.
|
Follow and interact with anyone on the open social web from your Mastodon account.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<section data-controller="modal" data-action="keydown.esc->modal#close">
|
<section data-controller="modal" data-action="keydown.esc->modal#close">
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<%= render MainCompactComponent.new do %>
|
<%= render MainCompactComponent.new do %>
|
||||||
<p>
|
<p>
|
||||||
Hey there! You were invited to sign up for a Kosmos account by
|
Hey there! You were invited to sign up for an account by
|
||||||
<strong><%= @invited_by_name %></strong>.
|
<strong><%= @invited_by_name %></strong>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user