Sha256: 0388ebf400a6cc5a7690fedc0bb67967721093683fb1a5903086ccc75d087750

Contents?: true

Size: 925 Bytes

Versions: 20

Compression:

Stored size: 925 Bytes

Contents

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<%= @locale.to_s -%>" lang="<%= @locale.to_s -%>">
<head>
  <meta charset="UTF-8" />
  <title><%= title(controller.controller_name) %></title>
  <%= render 'page/include' %>
  <%- if controller.action_name == 'index' -%>
    <%= auto_discovery_link_tag(:rss, url_for(params.merge(format: 'rss', page: nil, commit: nil, only_path: true)), title: (t('agent.library_group_agent', library_group_name: @library_group.display_name.localize) + " (RSS)")) %>
    <%= auto_discovery_link_tag(:atom, url_for(params.merge(format: 'atom', page: nil, commit: nil, only_path: true)), title: (t('agent.library_group_agent', library_group_name: @library_group.display_name.localize) + " (Atom)")) %>
  <%- end -%>
</head>
<body>

<%= render 'page/header' %>
<%= render 'page/menu' %>

<div id="content">

<%= yield %>

</div>

<%= render 'page/footer' %>

</body>
</html>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
enju_biblio-0.1.3 app/views/layouts/agents.html.erb
enju_biblio-0.1.2 app/views/layouts/agents.html.erb
enju_biblio-0.1.1 app/views/layouts/agents.html.erb
enju_biblio-0.1.0 app/views/layouts/agents.html.erb
enju_biblio-0.1.0.pre71 app/views/layouts/agents.html.erb
enju_biblio-0.1.0.pre70 app/views/layouts/agents.html.erb
enju_biblio-0.1.0.pre69 app/views/layouts/agents.html.erb
enju_biblio-0.1.0.pre68 app/views/layouts/agents.html.erb
enju_biblio-0.1.0.pre67 app/views/layouts/agents.html.erb
enju_biblio-0.1.0.pre66 app/views/layouts/agents.html.erb
enju_biblio-0.1.0.pre65 app/views/layouts/agents.html.erb
enju_biblio-0.1.0.pre64 app/views/layouts/agents.html.erb
enju_biblio-0.1.0.pre63 app/views/layouts/agents.html.erb
enju_biblio-0.1.0.pre62 app/views/layouts/agents.html.erb
enju_biblio-0.1.0.pre61 app/views/layouts/agents.html.erb
enju_biblio-0.1.0.pre60 app/views/layouts/agents.html.erb
enju_biblio-0.1.0.pre59 app/views/layouts/agents.html.erb
enju_biblio-0.1.0.pre58 app/views/layouts/agents.html.erb
enju_biblio-0.1.0.pre57 app/views/layouts/agents.html.erb
enju_biblio-0.1.0.pre56 app/views/layouts/agents.html.erb