Skip to content

Commit 22a88c6

Browse files
author
Drew Cain
committed
removed extry flash
1 parent fe52b92 commit 22a88c6

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

web/templates/repository/index.html.eex

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<h2>Listing repositories</h2>
22

33
<%= link "Update List", to: repository_path(@conn, :index, update: true) %>
4-
5-
<%= get_flash(@conn, :error) %>
64
<table class="table">
75
<thead>
86
<tr>

web/templates/repository/show.html.eex

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<%= link "Update tag data", to: repository_path(@conn, :show, @repository.id, update: true) %>
55

66
<ul>
7-
87
<li>
98
<strong>Name:</strong>
109
<%= @repository.name %>

0 commit comments

Comments
 (0)