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

13 lines
373 B
Text
Raw Normal View History

2018-12-06 20:34:57 -05:00
<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>