uenf_layout 1.3.6 → 1.3.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2 @@
1
+ <h1><%= UenfLayout.config.nome_sistema %></h1>
2
+ <h2><%= UenfLayout.config.setor %></h2>
data/lib/uenf_layout.rb CHANGED
@@ -1,5 +1,3 @@
1
- require 'haml'
2
-
3
1
  module UenfLayout
4
2
  module Rails
5
3
  class Engine < ::Rails::Engine
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uenf_layout
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.6
4
+ version: 1.3.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -71,8 +71,8 @@ files:
71
71
  - app/assets/images/a1.gif
72
72
  - app/assets/images/abg.gif
73
73
  - app/views/layouts/_footer.html.erb
74
+ - app/views/layouts/_header.html.erb
74
75
  - app/views/layouts/_sawpf.html.erb
75
- - app/views/layouts/_header.html.haml
76
76
  homepage:
77
77
  licenses: []
78
78
  post_install_message:
@@ -1,2 +0,0 @@
1
- %h1= UenfLayout.config.nome_sistema
2
- %h2= UenfLayout.config.setor