diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/outbox.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/outbox.erb b/views/outbox.erb index 0efb78c..23adb19 100644 --- a/views/outbox.erb +++ b/views/outbox.erb @@ -12,10 +12,11 @@ <p> <% if @type == 'create' %> <h2>posts | <a href='/outbox/announce'>boosts</a></h2> - <% elsif @type = 'announce' %> + <% elsif @type == 'announce' %> <h2><a href='/outbox/create'>posts</a> | boosts</h2> <% end %> <% @objects.each do |object| + object = fetch(object) if object.is_a? String mention = mention object['attributedTo'] %> <div class='pdp8'> <p><b><a href='<%= object['attributedTo'] %>' target='_blank'><%= mention %></a></b> |