adn-repostmentions/app/views/reposts/index.html.erb
2013-12-08 23:09:27 +01:00

21 lines
610 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>