<%= t(".page_heading") %>
<% if @works && !@works.empty? %>
<%= t(".success") %>
<% for work in @works %>
<% if work.posted? %>
- <%= link_to(work.title, work_path(work)) %>
<% else %>
- <%= t(".draft_work_title_html", work_link: link_to(work.title, preview_work_path(work))) %>
<% end %>
<% end %>
<% end %>