Sha256: 3ad67c9f4ece418ab7a1482ec2f5ca7036752ae09163b80dac67a794f1b2079f

Contents?: true

Size: 442 Bytes

Versions: 6

Compression:

Stored size: 442 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Help Popups Admin</title>
  <%= stylesheet_link_tag    "help_popups/application", :media => "all" %>
  <%= javascript_include_tag "help_popups/application" %>
  <%= csrf_meta_tags %>
</head>
<body>

	<div class="holderGray">
		<h1>Help Popups</h1> (<a href='<%= Rails.configuration.help_popups_return_path %>'>back to app</a>)
	</div>
	<br/>
	<div class="main">
		<%= yield %>
	</div>
	
</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
help_popups-1.0.5 app/views/layouts/help_popups/application.html.erb
help_popups-1.0.4 app/views/layouts/help_popups/application.html.erb
help_popups-1.0.3 app/views/layouts/help_popups/application.html.erb
help_popups-1.0.2 app/views/layouts/help_popups/application.html.erb
help_popups-1.0.1 app/views/layouts/help_popups/application.html.erb
help_popups-1.0.0 app/views/layouts/help_popups/application.html.erb