app/views/jail/githubs/show.html.erb in jail-0.0.2 vs app/views/jail/githubs/show.html.erb in jail-0.1.0

- old
+ new

@@ -1,6 +1,16 @@ +<%- if flash[:notice] %> + <div class='notice'> + <%= flash[:notice] %> + </div> +<% end %> -<h2><%=link_to "install", request.url + "/install" %></h2> + +<h2> + <%=link_to "install", request.url + "/install" %> + | + <%=link_to "remove", request.url + "/remove" %> +</h2> <ul> <%- @github.contents.each do |cont| %> <li><%= link_to cont.name, cont._links[:html] %></li> <% end %> </ul> \ No newline at end of file