Flag amr as owner/admin
This commit is contained in:
parent
58a6959587
commit
4fb130cff0
2 changed files with 5 additions and 2 deletions
|
|
@ -11,10 +11,13 @@
|
|||
<li>Failed to fetch members</li>
|
||||
<% else %>
|
||||
<% get_members.each do |user| %>
|
||||
<li><a href="/~<%= user %>">~<%= user %></a></li>
|
||||
<li><a href="/~<%= user %>">~<%= user %></a><%= user == "amr" ? "*" : "" %></li>
|
||||
<% end %>
|
||||
<% end %>
|
||||
</ul>
|
||||
<small>
|
||||
* owner & admin
|
||||
</small>
|
||||
</div>
|
||||
<div class="section">
|
||||
<p>Services</p>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
module FrznDev
|
||||
class Application
|
||||
VERSION = "2024.08.06-dev"
|
||||
VERSION = "2024.09.18"
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue