1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/app/views/staff/telegram_bots/show.html.erb

12 lines
373 B
Text

<div class="container">
<dl>
<dt><%= TelegramBot.human_attribute_name :secret %></dt>
<dd><%= @telegram_bot.secret %></dd>
<dt><%= TelegramBot.human_attribute_name :api_token %></dt>
<dd><%= @telegram_bot.api_token %></dd>
<dt><%= TelegramBot.human_attribute_name :username %></dt>
<dd><%= truncate @telegram_bot.username %></dd>
</dl>
</div>