21 lines
610 B
Text
21 lines
610 B
Text
<p>
|
||
This is the helping hand behind the reposts of the <a href="https://alpha.app.net/karlsruher">@Karlsruher</a> on <a href="https://join.app.net/">App.net</a>.
|
||
</p>
|
||
|
||
<p>
|
||
There is nothing much to see here directly, though.
|
||
</p>
|
||
|
||
<% flash.each do |name, msg| %>
|
||
<div class="alert alert-<%= name == :notice ? "success" : "error" %>">
|
||
<a class="close" data-dismiss="alert">×</a>
|
||
<%= content_tag :div, msg, :id => "flash_#{name}" if msg.is_a?(String) %>
|
||
</div>
|
||
<% end %>
|
||
|
||
<p>
|
||
<h3>Response</h3>
|
||
code: <%= @res_code %><br />
|
||
message: <%= @res_message %><br />
|
||
class: <%= @res_class %>
|
||
</p>
|