docbrown/app/views/articles/_follow_check_script.html.erb
2018-02-28 16:11:08 -05:00

5 lines
100 B
Text

<% @followable = @user || @tag_model %>
<% if @followable %>
<script async>
</script>
<% end %>