awesome font icons added
This commit is contained in:
@@ -42,6 +42,7 @@ $sansFontFamily: Helvetica, Arial;
|
||||
@import 'bootstrap-responsive';
|
||||
@import 'bootstrap/image-gallery';
|
||||
|
||||
@import 'font-awesome';
|
||||
|
||||
h1 {
|
||||
font-size: 23px
|
||||
|
||||
@@ -58,7 +58,7 @@ $sansFontFamily: Helvetica, Arial;
|
||||
@import 'bootstrap/image-gallery';
|
||||
|
||||
@import 'neuigkeiten';
|
||||
|
||||
@import 'font-awesome';
|
||||
|
||||
div.header {
|
||||
display: block;
|
||||
|
||||
@@ -56,7 +56,7 @@ $sansFontFamily: Helvetica, Arial;
|
||||
@import 'bootstrap';
|
||||
@import 'bootstrap-responsive';
|
||||
@import 'bootstrap/image-gallery';
|
||||
|
||||
@import 'font-awesome';
|
||||
@import 'neuigkeiten';
|
||||
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ $sansFontFamily: Helvetica, Arial;
|
||||
@import 'bootstrap';
|
||||
@import 'bootstrap-responsive';
|
||||
@import 'bootstrap/image-gallery';
|
||||
|
||||
@import 'font-awesome';
|
||||
@import 'neuigkeiten';
|
||||
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ $sansFontFamily: Helvetica, Arial;
|
||||
@import 'bootstrap';
|
||||
@import 'bootstrap-responsive';
|
||||
@import 'bootstrap/image-gallery';
|
||||
|
||||
@import 'font-awesome';
|
||||
@import 'neuigkeiten';
|
||||
|
||||
div.header {
|
||||
|
||||
@@ -11,7 +11,11 @@
|
||||
<%= @gremium.desc.html_safe %>
|
||||
</p>
|
||||
<% unless @gremium.thema.nil? %>
|
||||
<p><%= link_to "Mehr zum Gremium lesen ..." ,themengruppe_path(@gremium.thema.themengruppe , {:thema=>@gremium.thema.id})%></p>
|
||||
<p>
|
||||
<%= link_to thema_path(@gremium.thema) do%>
|
||||
<%= fa_icon "book 2x" %> Mehr zum Gremium lesen ...
|
||||
<% end %>
|
||||
</p>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user