uenf_layout 1.3.11 → 1.3.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/views/layouts/_footer.html.erb +5 -3
- data/lib/uenf_layout.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6f195eaee230b41c8750a81132fa3d51b43554ec
|
|
4
|
+
data.tar.gz: 83f6c27f6d58d79c1b8ee4d54764e751bf36e85a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 782d6ec770b89a5ba0bd2c314aa11892ee8148e669f79c843abc49789e0c32085e592feed5dfa056c484393f6ca815b4e1f41e3c382bcae06eab22df00055f9d
|
|
7
|
+
data.tar.gz: d75b338a62f100a85a6bb6c10e947a13ed45ee75f635a17f0fc01bfcc9ea069b4ee766f42b79b4362bfaaf0ee1fb8a15aaa8925118b6a85ffc6850d2498ddbd1
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
<%# encoding: utf-8 %>
|
|
2
2
|
|
|
3
|
+
<% conf = UenfLayout.config %>
|
|
4
|
+
|
|
3
5
|
<address>
|
|
4
|
-
<%=
|
|
6
|
+
<%= conf.nome_sistema_rodape %><%= ", versão #{conf.versao}." if conf.versao.present? %>
|
|
5
7
|
<br>
|
|
6
|
-
<a href="http://www.uenf.br"><acronym title="Universidade Estadual do Norte Fluminense Darcy Ribeiro">UENF</acronym></a>/<acronym title="Diretoria de Informação e Comunicação">DIC</acronym>/<acronym title="Gerência de Informação">GINFO</acronym>/Desenvolvimento, 2012 -
|
|
7
|
-
|
|
8
|
+
<a href="http://www.uenf.br"><acronym title="Universidade Estadual do Norte Fluminense Darcy Ribeiro">UENF</acronym></a>/<acronym title="Diretoria de Informação e Comunicação">DIC</acronym>/<acronym title="Gerência de Informação">GINFO</acronym>/Desenvolvimento, 2012 -
|
|
9
|
+
Contatos do site: <%= conf.telefone %>, <a href="mailto:#{conf.email}"><%= conf.email %></a><br/>
|
|
8
10
|
<small><a href="http://www.oswd.org/design/preview/id/3557">Design</a> by <a href="http://www.nodethirtythree.com/">Node Thirty Three</a></small>
|
|
9
11
|
</address>
|
data/lib/uenf_layout.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: uenf_layout
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rodrigo Manhães
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-09-
|
|
11
|
+
date: 2013-09-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|