Method: Pageflow::EntriesHelper#entry_theme_stylesheet_link_tag

Defined in:
app/helpers/pageflow/entries_helper.rb

#entry_theme_stylesheet_link_tag(entry) ⇒ Object

rubocop:enable Metrics/CyclomaticComplexity rubocop:enable Metrics/PerceivedComplexity



142
143
144
145
146
# File 'app/helpers/pageflow/entries_helper.rb', line 142

def entry_theme_stylesheet_link_tag(entry)
  stylesheet_link_tag(entry.theme.stylesheet_path,
                      media: 'all',
                      data: {name: 'theme'})
end