Sha256: 458b6a151f0f320439d70b859098ca2fa27075028a96c0b837ac20e0fb1580b6

Contents?: true

Size: 339 Bytes

Versions: 2

Compression:

Stored size: 339 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Forem</title>
  <%= stylesheet_link_tag    "forem/application", :media => "all" %>
  <%= javascript_include_tag "forem/application" %>
  <%= csrf_meta_tags %>
</head>
<body>
	<% flash.each do |key, message| %>
		<div id='flash_<%= key%>'><%= message %></div>
	<% end %>
<%= yield %>

</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
redlumxn-forem-0.0.2 app/views/layouts/forem/application.html.erb
redlumxn-forem-0.0.1 app/views/layouts/forem/application.html.erb