Skip to content

Commit

Permalink
remove hard coded domain names
Browse files Browse the repository at this point in the history
  • Loading branch information
naveenmadhawa committed Jun 1, 2017
1 parent 414ce61 commit 9d903eb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion resources/views/frontend/donations/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class="btn btn-primary read-donation"
</button>
</td>
<td>
<a target="_blank" href="http://reliefsupports.org/entry/donation/{{$donation->id}}">
<a target="_blank" href="/entry/donation/{{$donation->id}}">
<button type="button" class="btn btn-primary">
<span class="glyphicon glyphicon-share" aria-hidden="true"></span>
</button>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/frontend/needs/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class="btn btn-primary read-needs"
</button>
</td>
<td>
<a target="_blank" href="http://reliefsupports.org/entry/need/{{$need->id}}">
<a target="_blank" href="/entry/need/{{$need->id}}">
<button type="button" class="btn btn-primary">
<span class="glyphicon glyphicon-share" aria-hidden="true"></span>
</button>
Expand Down
19 changes: 9 additions & 10 deletions resources/views/layouts/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@
<meta property="og:title" content="Relief Supports Sri Lanka"/>
<meta property="og:image" content=""/>
<meta property="og:site_name" content="Relief Supports Sri Lanka"/>
<meta property="og:description" content=" අයහපත් කාලගුණ තත්වය හේතුවෙන් ආපදාවට පත්වූ ඔබේ අවශ්‍යතා සහ මේ මොහොතේ ඔවුන්ට උපකාර කිරීමට සූදානම් ඔබත් මුනගැස්සවන වෙබ් සේවාවක්. ඔබේ අවශ්‍යතා සහ ආධාර දැන්ම එක් කරන්න. Post your relief support activities and connect with people who need it the most. This is a community driven Open Source project to support relief support activities conducted by volunteers. This project was originally created to support flood relief activities in Sri Lanka in May 2017."/>

<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="/public/css/app.css" rel="stylesheet">
<meta property="og:description" content="අයහපත් කාලගුණ තත්වය හේතුවෙන් ආපදාවට පත්වූ ඔබේ අවශ්‍යතා සහ මේ මොහොතේ ඔවුන්ට උපකාර කිරීමට සූදානම් ඔබත් මුනගැස්සවන වෙබ් සේවාවක්. ඔබේ අවශ්‍යතා සහ ආධාර දැන්ම එක් කරන්න. Post your relief support activities and connect with people who need it the most. This is a community driven Open Source project to support relief support activities conducted by volunteers. This project was originally created to support flood relief activities in Sri Lanka in May 2017."/>

<link href="/css/app.css" rel="stylesheet">

<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="/public/js/vendor/html5shiv.js"></script>
<script src="/public/js/vendor/respond.min.js"></script>
<script src="/js/vendor/html5shiv.js"></script>
<script src="/js/vendor/respond.min.js"></script>
<![endif]-->
</head>
<body>
Expand Down Expand Up @@ -80,11 +79,11 @@
</footer>

<!-- jQuery (necessary for Flat UI's JavaScript plugins) -->
<script src="/public/js/vendor/jquery.min.js"></script>
<script src="/js/vendor/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="/public/js/vendor/video.js"></script>
<script src="/public/js/flat-ui.min.js"></script>
<script src="/public/js/donations.js"></script>
<script src="/js/vendor/video.js"></script>
<script src="/js/flat-ui.min.js"></script>
<script src="/js/donations.js"></script>

</body>
</html>

0 comments on commit 9d903eb

Please sign in to comment.