Sha256: a7ba4fc0cfdf5c4772857856e961d7cccc64f846c5a31e7f32b68ad10635fbbd

Contents?: true

Size: 192 Bytes

Versions: 5

Compression:

Stored size: 192 Bytes

Contents

<% @title = t(".title") -%>

<h1><%= @title -%></h1>

<% if @notes.size > 0 -%>
  <h2><%= t(".notes") -%></h2>

  <%= render @notes -%>

<% else -%>
  <p><%= t(".no_notes") %></p>
<% end -%>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
trollied-0.1.4 app/views/notes/index.html.erb
trollied-0.1.3 app/views/notes/index.html.erb
trollied-0.1.2 app/views/notes/index.html.erb
trollied-0.1.1 app/views/notes/index.html.erb
trollied-0.1.0 app/views/notes/index.html.erb