Commit 9625922a authored by Wills Gomez's avatar Wills Gomez

fixed stuff

parent 9cef0dc7
.box{
width: 400px;
height: 300px;
background-color: white;
border: none;
padding: 10px;
float: left;
}
table {
width: 100%;
......
......@@ -14,9 +14,9 @@
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="<%= yield(:home) %>" ><%= link_to "Home", root_path %></li>
<li class="<%= yield(:about) %>" ><%= link_to "About", about_path %></li>
<li class="<%= yield(:candidate) %>" ><%= link_to "Candidates", admin_candidates_path %></li>
<li class="<%= yield(:position) %>" ><%= link_to "Positions", admin_positions_path %></li>
<li class="<%= yield(:about) %>" ><%= link_to "About", about_path %></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<%if user_signed_in?%>
......
......@@ -42,6 +42,7 @@
</tr>
<%end%>
</table>
<hr>
<%end%>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment