Sha256: 11f3930c298c3c600dc6750cfcc978723a703180ce1572538c38d4b527074de9

Contents?: true

Size: 943 Bytes

Versions: 27

Compression:

Stored size: 943 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(filtered_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(filtered_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

27 entries across 26 versions & 2 rubygems

Version Path
enju_biblio-0.3.12 app/views/layouts/agents.html.erb
enju_biblio-0.3.11 app/views/layouts/agents.html.erb
enju_biblio-0.3.10 app/views/layouts/agents.html.erb
enju_biblio-0.3.10.rc.3 app/views/layouts/agents.html.erb
enju_biblio-0.3.10.rc.2 app/views/layouts/agents.html.erb
enju_biblio-0.3.10.rc.1 app/views/layouts/agents.html.erb
enju_biblio-0.3.9 app/views/layouts/agents.html.erb
enju_biblio-0.3.8 app/views/layouts/agents.html.erb
enju_biblio-0.3.7 app/views/layouts/agents.html.erb
enju_biblio-0.3.6 app/views/layouts/agents.html.erb
enju_biblio-0.3.5 app/views/layouts/agents.html.erb
enju_biblio-0.3.4 app/views/layouts/agents.html.erb
enju_biblio-0.3.3 app/views/layouts/agents.html.erb
enju_biblio-0.3.2 app/views/layouts/agents.html.erb
enju_biblio-0.3.1 app/views/layouts/agents.html.erb
enju_biblio-0.3.0 app/views/layouts/agents.html.erb
enju_biblio-0.3.0.rc.1 app/views/layouts/agents.html.erb
enju_biblio-0.3.0.beta.2 app/views/layouts/agents.html.erb
enju_biblio-0.2.5 app/views/layouts/agents.html.erb
enju_biblio-0.2.4 app/views/layouts/agents.html.erb