Fixing issue #19 and also styling homepage
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>hsl_members(<%= controller.controller_name %>.<%= controller.action_name %><%= "["+params[:id]+"]" unless params[:id].blank? %>)</title>
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<% if params[:controller] == "resources" %>
|
||||
<link href="/bootstrap/css/bootstrap.min.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/bootstrap/css/bootstrap-theme.min.css" type="text/css" rel="stylesheet" />
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
<link href="/bootstrap/css/bootstrap-theme.min.css" type="text/css" rel="stylesheet" />
|
||||
<script src="/bootstrap/js/bootstrap.min.js" type="text/javascript" ></script>
|
||||
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
|
||||
<style>
|
||||
.resource .thumbnail { height: 150px; position: relative; }
|
||||
|
||||
Reference in New Issue
Block a user