Skip to content

Commit

Permalink
Merge branch 'development' of github.com:alnutile/cms into development
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Sep 10, 2014
2 parents 098de2d + 5d9c11f commit 79217fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/projects_teasers.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img class="media-object col-lg-4" src="/img/projects/{{$image}}" alt="{{{$project->title}}}">
<br>
<div class="media-body">
<h4 class="media-heading">{{{$project->title}}}</h4>
<a href="{{$project->slug}}"><h4 class="media-heading">{{{$project->title}}}</h4></a>
<div class="row">
<div class="col-lg-12">
{{{$project->city_county}}}
Expand Down

0 comments on commit 79217fd

Please sign in to comment.