This repository has been archived on 2024-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
redstoner.com/app/views/info/show.html.erb
T

3 lines
155 B
ERB

<%= link_to "Info", info_index_path %><%= @info.title %>
<h1><%= @info.title %></h1>
<div class="post"><%= render_md(@info.content).html_safe %></div>